Skip to content

Commit 460d363

Browse files
P-R-O-C-H-Yme-no-dev
authored andcommitted
fix(c5): Update PIN_RGB_LED in pins_arduino.h
1 parent 15c8286 commit 460d363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/esp32c5/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdint.h>
55
#include "soc/soc_caps.h"
66

7-
#define PIN_RGB_LED 8
7+
#define PIN_RGB_LED 27
88
// BUILTIN_LED can be used in new Arduino API digitalWrite() like in Blink.ino
99
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1010
#define BUILTIN_LED LED_BUILTIN // backward compatibility

0 commit comments

Comments
 (0)