We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa4aa6 commit 5b74070Copy full SHA for 5b74070
variants/esp32c3/pins_arduino.h
@@ -6,7 +6,7 @@
6
7
#define PIN_NEOPIXEL 8
8
// BUILTIN_LED can be used in new Arduino API digitalWrite() like in Blink.ino
9
-static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_NEOPIXEL;
+static const uint8_t LED_BUILTIN = PIN_NEOPIXEL;
10
#define BUILTIN_LED LED_BUILTIN // backward compatibility
11
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API neopixelWrite()
0 commit comments