We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d03d73 commit 1bdf9fcCopy full SHA for 1bdf9fc
ports/broadcom/boards/raspberrypi_zero2w/mpconfigboard.h
@@ -2,3 +2,6 @@
2
3
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO3)
4
#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