mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
machine/itsybitsy-m0: specify which pins to use for UART0
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
committed by
Ayke van Laethem
parent
65ea74bd84
commit
38c5e384af
@@ -24,8 +24,8 @@ const (
|
|||||||
LED = D13
|
LED = D13
|
||||||
)
|
)
|
||||||
|
|
||||||
// UART pins
|
// UART0 pins
|
||||||
const (
|
const (
|
||||||
UART_TX_PIN = 0
|
UART_TX_PIN = D1
|
||||||
UART_RX_PIN = 0
|
UART_RX_PIN = D0
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user