Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60838eb

Browse files
authoredSep 30, 2024··
ci(pre-commit): Apply automatic fixes
1 parent e035231 commit 60838eb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎variants/sparkfun_esp32s3_thing_plus/pins_arduino.h

+4-6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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;
2626
static const uint8_t RX = 44;
2727

2828
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
3131
static const uint8_t SCK = 12;
3232

3333
static const uint8_t SCL = 9;
@@ -58,6 +58,4 @@ static const uint8_t SDIO3 = 33;
5858
static const uint8_t SDIO_CLK = 38;
5959
static const uint8_t SDIO_CMD = 34;
6060

61-
62-
6361
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)
Please sign in to comment.