Skip to content

Commit 99f6669

Browse files
committed
Update pins_arduino.h
1 parent 46b5c90 commit 99f6669

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: variants/cezerio_dev_esp32c6/pins_arduino.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
#define PIN_RGB_LED 3
1414
// BUILTIN_LED can be used in new Arduino API digitalWrite() like in Blink.ino
1515
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
16-
#define BUILTIN_LED LED_BUILTIN // backward compatibility
17-
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
16+
#define BUILTIN_LED LED_BUILTIN // backward compatibility
17+
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1818
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
19-
#define RGB_BUILTIN LED_BUILTIN
20-
#define RGBLED LED_BUILTIN
19+
#define RGB_BUILTIN LED_BUILTIN
20+
#define RGBLED LED_BUILTIN
2121
#define RGB_BRIGHTNESS 64
2222

2323
static const uint8_t BUT_BUILTIN = 9;
24-
#define BUILTIN_BUT BUT_BUILTIN // backward compatibility
25-
#define BUT_BUILTIN BUT_BUILTIN // allow testing #ifdef BUT_BUILTIN
26-
#define BOOT BUT_BUILTIN
24+
#define BUILTIN_BUT BUT_BUILTIN // backward compatibility
25+
#define BUT_BUILTIN BUT_BUILTIN // allow testing #ifdef BUT_BUILTIN
26+
#define BOOT BUT_BUILTIN
2727

2828
static const uint8_t TX = 16;
2929
static const uint8_t RX = 17;

0 commit comments

Comments
 (0)