Skip to content

Commit 1d03d73

Browse files
Define CIRCUITPY_CONSOLE_UART_TX/RX
1 parent 29e0aba commit 1d03d73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/broadcom/boards/raspberrypi_zero/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_LED_STATUS (&pin_GPIO47)
7+
8+
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14)
9+
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)

0 commit comments

Comments
 (0)