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 d01b65d commit e9eeaf2Copy full SHA for e9eeaf2
ports/raspberrypi/boards/bwshockley_figpi/mpconfigboard.h
@@ -12,4 +12,4 @@
12
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO6, .mosi = &pin_GPIO7, .miso = &pin_GPIO4}}
13
14
#define CIRCUITPY_BOARD_UART (1)
15
-#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO28, .rx = &pin_GPIO29}}
+#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO24, .rx = &pin_GPIO25}}
0 commit comments