Define CIRCUITPY_CONSOLE_UART_TX/RX

This commit is contained in:
RetiredWizard 2022-09-10 21:38:16 -04:00 committed by GitHub
parent 72c479efe6
commit fb4062d23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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_GPIO14)
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)