File tree 1 file changed +4
-6
lines changed
variants/sparkfun_esp32s3_thing_plus
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 7
7
//#define USB_PID 0x1001
8
8
//#define USB_MANUFACTURER "Sparkfun"
9
9
//#define USB_PRODUCT "ESP32-S3 Thing Plus"
10
- #define USB_SERIAL ""
10
+ #define USB_SERIAL ""
11
11
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
13
13
#define COLOR_ORDER GRB
14
14
#define CHIPSET WS2812
15
15
#define NUM_LEDS 1
@@ -26,8 +26,8 @@ static const uint8_t TX = 43;
26
26
static const uint8_t RX = 44 ;
27
27
28
28
static 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
31
31
static const uint8_t SCK = 12 ;
32
32
33
33
static const uint8_t SCL = 9 ;
@@ -58,6 +58,4 @@ static const uint8_t SDIO3 = 33;
58
58
static const uint8_t SDIO_CLK = 38 ;
59
59
static const uint8_t SDIO_CMD = 34 ;
60
60
61
-
62
-
63
61
#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments