Uses different pins for RX/TX
This commit is contained in:
parent
f4eb618598
commit
38a0ca324e
@ -5,5 +5,5 @@
|
||||
|
||||
#define MICROPY_HW_NEOPIXEL (&pin_GPIO12)
|
||||
|
||||
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14)
|
||||
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)
|
||||
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO4)
|
||||
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO5)
|
||||
|
Loading…
Reference in New Issue
Block a user