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 879e14d commit a6625b4Copy full SHA for a6625b4
variants/lolin_c3_pico/pins_arduino.h
@@ -14,8 +14,8 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
14
#define BUILTIN_LED LED_BUILTIN // backward compatibility
15
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
16
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
17
-#define RGB_BUILTIN LED_BUILTIN
18
-#define RGB_BRIGHTNESS 64
+#define RGB_BUILTIN LED_BUILTIN
+#define RGB_BRIGHTNESS 64
19
#define RGB_BUILTIN_LED_COLOR_ORDER LED_COLOR_ORDER_RGB
20
21
static const uint8_t TX = 21;
0 commit comments