mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
maixbit (uart): working on data tx
When the data to send is too long the program gives an exception.
This commit is contained in:
@@ -59,3 +59,9 @@ const (
|
||||
LED_GREEN = D4
|
||||
LED_BLUE = D6
|
||||
)
|
||||
|
||||
// Default pins for UARTHS
|
||||
const (
|
||||
UART_TX_PIN = P05
|
||||
UART_RX_PIN = P04
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user