mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
machine/hifive1b: add definitions for UART0 pins
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -37,8 +37,8 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// TODO: figure out the pin numbers for these.
|
// TODO: figure out the pin numbers for these.
|
||||||
UART_TX_PIN = NoPin
|
UART_TX_PIN = D1
|
||||||
UART_RX_PIN = NoPin
|
UART_RX_PIN = D0
|
||||||
)
|
)
|
||||||
|
|
||||||
// SPI pins
|
// SPI pins
|
||||||
|
|||||||
Reference in New Issue
Block a user