m5stamp-c3: add pin setting of UART

This commit is contained in:
sago35
2022-04-05 18:48:34 +09:00
committed by Ron Evans
parent 0f9f316db2
commit 1deee3ec5a
+3
View File
@@ -42,6 +42,9 @@ const (
SPIQ = IO17
U0RXD = IO20
U0TXD = IO21
UART_TX_PIN = U0TXD
UART_RX_PIN = U0RXD
)
const (