We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45af00 commit 18a3f2cCopy full SHA for 18a3f2c
variants/lolin_s3_mini_pro/pins_arduino.h
@@ -7,12 +7,13 @@
7
#define USB_VID 0x303a
8
#define USB_PID 0x8216
9
10
-static const uint8_t LED_BUILTIN = 8 + SOC_GPIO_PIN_COUNT;;
+static const uint8_t LED_BUILTIN = 8 + SOC_GPIO_PIN_COUNT;
11
+;
12
#define BUILTIN_LED LED_BUILTIN // backward compatibility
13
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
14
#define RGB_BUILTIN LED_BUILTIN
15
#define RGB_BRIGHTNESS 5
-#define RGB_POWER 7 //RGB LED POWER PIN
16
+#define RGB_POWER 7 //RGB LED POWER PIN
17
18
static const uint8_t TX = 43;
19
static const uint8_t RX = 44;
0 commit comments