Skip to content

Commit 1deee3e

Browse files
sago35deadprogram
authored andcommitted
m5stamp-c3: add pin setting of UART
1 parent 0f9f316 commit 1deee3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/machine/board_m5stamp_c3.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ const (
4242
SPIQ = IO17
4343
U0RXD = IO20
4444
U0TXD = IO21
45+
46+
UART_TX_PIN = U0TXD
47+
UART_RX_PIN = U0RXD
4548
)
4649

4750
const (

0 commit comments

Comments
 (0)