Skip to content

Commit

Permalink
Adding a test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Oct 4, 2023
1 parent 41dd0f0 commit 10f088c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions example_configs/uartio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "ESP32 Dev Controller V4"
board: "ESP32 Dev Controller V4"

stepping:
engine: RMT
idle_ms: 250
dir_delay_us: 1
pulse_us: 2
disable_delay_us: 0


uart1:
txd_pin: gpio.26
rxd_pin: gpio.4
baud: 115200
mode: 8N1

uart_channel1:
uart_num: 1

i2so:
bck_pin: gpio.22
data_pin: gpio.21
ws_pin: gpio.17

spi:
miso_pin: gpio.19
mosi_pin: gpio.23
sck_pin: gpio.18

sdcard:
cs_pin: gpio.5
card_detect_pin: NO_PIN

coolant:
mist_pin: uart_channel0.1


0 comments on commit 10f088c

Please sign in to comment.