Define CIRCUITPY_CONSOLE_UART_TX/RX

This commit is contained in:
RetiredWizard 2022-09-10 21:39:51 -04:00 committed by GitHub
parent 29e0aba72f
commit 1d03d73c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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)