Skip to content

Commit e8de356

Browse files
committed
correct SS pin to 21, also add NEOPIXEL_PIN
1 parent edb42aa commit e8de356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variants/adafruit_metro_esp32s3/pins_arduino.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define LED_BUILTIN 13
2121

2222
#define PIN_NEOPIXEL 45
23+
#define NEOPIXEL_PIN 45
2324
#define NEOPIXEL_NUM 1
2425

2526
#define PIN_BUTTON1 0 // BOOT0 switch
@@ -32,7 +33,7 @@ static const uint8_t RX = 41;
3233
static const uint8_t SDA = 47;
3334
static const uint8_t SCL = 48;
3435

35-
static const uint8_t SS = 42;
36+
static const uint8_t SS = 21;
3637
static const uint8_t MOSI = 35;
3738
static const uint8_t SCK = 36;
3839
static const uint8_t MISO = 37;

0 commit comments

Comments
 (0)