maixbit (uart): working on data tx

When the data to send is too long the program gives an exception.
This commit is contained in:
Yannis Huber
2020-06-16 00:05:32 +02:00
committed by Ron Evans
parent 7814964693
commit d599959711
8 changed files with 417 additions and 26 deletions
+6
View File
@@ -59,3 +59,9 @@ const (
LED_GREEN = D4
LED_BLUE = D6
)
// Default pins for UARTHS
const (
UART_TX_PIN = P05
UART_RX_PIN = P04
)