File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
variants/sparkfun_esp32s3_thing_plus Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 77//#define USB_PID 0x1001
88//#define USB_MANUFACTURER "Sparkfun"
99//#define USB_PRODUCT "ESP32-S3 Thing Plus"
10- #define USB_SERIAL ""
10+ #define USB_SERIAL ""
1111
12- #define LED_PIN 46 //Pin 46 on Thing Plus C S3 is connected to WS2812 LED
12+ #define LED_PIN 46 //Pin 46 on Thing Plus C S3 is connected to WS2812 LED
1313#define COLOR_ORDER GRB
1414#define CHIPSET WS2812
1515#define NUM_LEDS 1
@@ -26,8 +26,8 @@ static const uint8_t TX = 43;
2626static const uint8_t RX = 44 ;
2727
2828static const uint8_t SS = 10 ;
29- static const uint8_t MISO = 13 ; //POCI
30- static const uint8_t MOSI = 11 ; //PICO
29+ static const uint8_t MISO = 13 ; //POCI
30+ static const uint8_t MOSI = 11 ; //PICO
3131static const uint8_t SCK = 12 ;
3232
3333static const uint8_t SCL = 9 ;
@@ -58,6 +58,4 @@ static const uint8_t SDIO3 = 33;
5858static const uint8_t SDIO_CLK = 38 ;
5959static const uint8_t SDIO_CMD = 34 ;
6060
61-
62-
6361#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments