mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 19:44:00 +00:00
m5stamp-c3: add pin setting of UART
This commit is contained in:
@@ -42,6 +42,9 @@ const (
|
|||||||
SPIQ = IO17
|
SPIQ = IO17
|
||||||
U0RXD = IO20
|
U0RXD = IO20
|
||||||
U0TXD = IO21
|
U0TXD = IO21
|
||||||
|
|
||||||
|
UART_TX_PIN = U0TXD
|
||||||
|
UART_RX_PIN = U0RXD
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
Reference in New Issue
Block a user