We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9dec5 commit 09de42aCopy full SHA for 09de42a
variants/esp32c5/pins_arduino.h
@@ -4,7 +4,7 @@
4
#include <stdint.h>
5
#include "soc/soc_caps.h"
6
7
-#define PIN_RGB_LED 8
+#define PIN_RGB_LED 27
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_RGB_LED;
10
#define BUILTIN_LED LED_BUILTIN // backward compatibility
0 commit comments