Skip to content

Commit e9eeaf2

Browse files
authored
Update mpconfigboard.h
Moved UART to pins 24/25.
1 parent d01b65d commit e9eeaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/bwshockley_figpi/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO6, .mosi = &pin_GPIO7, .miso = &pin_GPIO4}}
1313

1414
#define CIRCUITPY_BOARD_UART (1)
15-
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO28, .rx = &pin_GPIO29}}
15+
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO24, .rx = &pin_GPIO25}}

0 commit comments

Comments
 (0)