Skip to content

Commit 7708f19

Browse files
Define CIRCUITPY_CONSOLE_UART_TX/RX
1 parent 0913e3a commit 7708f19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

0 commit comments

Comments
 (0)