Skip to content

Commit 1bdf9fc

Browse files
Define CIRCUITPY_CONSOLE_UART_TX/RX
1 parent 1d03d73 commit 1bdf9fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/broadcom/boards/raspberrypi_zero2w/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO3)
44
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
5+
6+
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14)
7+
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)

0 commit comments

Comments
 (0)