Unverified Commit 4b6f9390 authored by Ha Thach's avatar Ha Thach Committed by GitHub

correct adafruit metro esp32s3 pins for rev B (#8903)

parent eedae152
...@@ -31,10 +31,10 @@ static const uint8_t RX = 41; ...@@ -31,10 +31,10 @@ static const uint8_t RX = 41;
static const uint8_t SDA = 47; static const uint8_t SDA = 47;
static const uint8_t SCL = 48; static const uint8_t SCL = 48;
static const uint8_t SS = 21; static const uint8_t SS = 45;
static const uint8_t MOSI = 35; static const uint8_t MOSI = 42;
static const uint8_t SCK = 36; static const uint8_t SCK = 39;
static const uint8_t MISO = 37; static const uint8_t MISO = 21;
static const uint8_t A0 = 14; static const uint8_t A0 = 14;
static const uint8_t A1 = 15; static const uint8_t A1 = 15;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment