We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367cf32 commit 9626e0dCopy full SHA for 9626e0d
variants/sparkfun_esp32_iot_redboard/pins_arduino.h
@@ -8,8 +8,8 @@ static const uint8_t LED_BUILTIN = 18;
8
#define BUILTIN_LED LED_BUILTIN // backward compatibility
9
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
10
11
-#define NEO_PIXEL 2 //WS2812 LED
12
-static const uint8_t RGB_BUILTIN = (SOC_GPIO_PIN_COUNT + NEO_PIXEL);
+#define RGB_LED_PIN 2 //WS2812 LED
+static const uint8_t RGB_BUILTIN = (SOC_GPIO_PIN_COUNT + RGB_LED_PIN);
13
#define RGB_BUILTIN RGB_BUILTIN // necessary to make digitalWrite/digitalMode find it
14
#define RGB_BRIGHTNESS 64
15
0 commit comments