Update mpconfigboard.h

Moved UART to pins 24/25.
This commit is contained in:
Benjamin Shockley 2022-07-20 12:35:40 -05:00 committed by GitHub
parent d01b65dd32
commit e9eeaf2096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,4 @@
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO6, .mosi = &pin_GPIO7, .miso = &pin_GPIO4}}
#define CIRCUITPY_BOARD_UART (1)
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO28, .rx = &pin_GPIO29}}
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO24, .rx = &pin_GPIO25}}