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 edb42aa commit e8de356Copy full SHA for e8de356
variants/adafruit_metro_esp32s3/pins_arduino.h
@@ -20,6 +20,7 @@
20
#define LED_BUILTIN 13
21
22
#define PIN_NEOPIXEL 45
23
+#define NEOPIXEL_PIN 45
24
#define NEOPIXEL_NUM 1
25
26
#define PIN_BUTTON1 0 // BOOT0 switch
@@ -32,7 +33,7 @@ static const uint8_t RX = 41;
32
33
static const uint8_t SDA = 47;
34
static const uint8_t SCL = 48;
35
-static const uint8_t SS = 42;
36
+static const uint8_t SS = 21;
37
static const uint8_t MOSI = 35;
38
static const uint8_t SCK = 36;
39
static const uint8_t MISO = 37;
0 commit comments