8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedae15 commit 4b6f939Copy full SHA for 4b6f939
variants/adafruit_metro_esp32s3/pins_arduino.h
@@ -31,10 +31,10 @@ static const uint8_t RX = 41;
31
static const uint8_t SDA = 47;
32
static const uint8_t SCL = 48;
33
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;
+static const uint8_t SS = 45;
+static const uint8_t MOSI = 42;
+static const uint8_t SCK = 39;
+static const uint8_t MISO = 21;
38
39
static const uint8_t A0 = 14;
40
static const uint8_t A1 = 15;
0 commit comments