Update ports/espressif/boards/adafruit_feather_esp32s2/mpconfigboard.h

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
Limor "Ladyada" Fried 2021-10-26 15:55:11 -04:00 committed by GitHub
parent 5e59fa65ec
commit ccb6c5e5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,3 +44,6 @@
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO37)
#define DEFAULT_UART_BUS_RX (&pin_GPIO38)
#define DEFAULT_UART_BUS_TX (&pin_GPIO39)