Define CIRCUITPY_CONSOLE_UART_TX/RX
This commit is contained in:
parent
1bdf9fca40
commit
f4eb618598
1 changed files with 3 additions and 0 deletions
|
|
@ -4,3 +4,6 @@
|
|||
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
|
||||
|
||||
#define MICROPY_HW_LED_STATUS (&pin_GPIO47)
|
||||
|
||||
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14)
|
||||
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)
|
||||
|
|
|
|||
Loading…
Reference in a new issue