Skip to content

Commit 0913e3a

Browse files
Define CIRCUITPY_CONSOLE_UART_TX/RX
1 parent ecb74aa commit 0913e3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/broadcom/boards/diodes_delight_piunora/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
55

66
#define MICROPY_HW_NEOPIXEL (&pin_GPIO12)
7+
8+
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14)
9+
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)

0 commit comments

Comments
 (0)