add pybadge

also correct other samd51 tx,rx pin (not used yet)
This commit is contained in:
hathach
2021-02-03 13:12:02 +07:00
parent 4153d9e1b6
commit d24c702b63
6 changed files with 230 additions and 6 deletions
@@ -40,8 +40,8 @@
#define BUTTON_STATE_ACTIVE 0
// UART
#define UART_RX_PIN 4
#define UART_TX_PIN 5
#define UART_TX_PIN (32 + 17)
#define UART_RX_PIN (32 + 16)
#ifdef __cplusplus
}