Skip to content

Commit 4b6f939

Browse files
authored
correct adafruit metro esp32s3 pins for rev B (espressif#8903)
1 parent eedae15 commit 4b6f939

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/adafruit_metro_esp32s3/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ static const uint8_t RX = 41;
3131
static const uint8_t SDA = 47;
3232
static const uint8_t SCL = 48;
3333

34-
static const uint8_t SS = 21;
35-
static const uint8_t MOSI = 35;
36-
static const uint8_t SCK = 36;
37-
static const uint8_t MISO = 37;
34+
static const uint8_t SS = 45;
35+
static const uint8_t MOSI = 42;
36+
static const uint8_t SCK = 39;
37+
static const uint8_t MISO = 21;
3838

3939
static const uint8_t A0 = 14;
4040
static const uint8_t A1 = 15;

0 commit comments

Comments
 (0)