Skip to content

Commit 7606860

Browse files
committed
fix(typo): variants commentaties - rgbLed instead of rgbled
1 parent ca9f3ac commit 7606860

File tree

54 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-54
lines changed

variants/Bee_Data_Logger/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static const uint8_t RGB_PWR = 34;
7070
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
7171
#define BUILTIN_LED LED_BUILTIN // backward compatibility
7272
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
73-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
73+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
7474
#define RGB_BUILTIN LED_BUILTIN
7575
#define RGB_BRIGHTNESS 64
7676

variants/Bee_Motion_S3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static const uint8_t RGB_PWR = 34;
7878
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
7979
#define BUILTIN_LED LED_BUILTIN // backward compatibility
8080
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
81-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
81+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
8282
#define RGB_BUILTIN LED_BUILTIN
8383
#define RGB_BRIGHTNESS 64
8484

variants/Bee_S3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static const uint8_t RGB_PWR = 34;
6767
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
6868
#define BUILTIN_LED LED_BUILTIN // backward compatibility
6969
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
70-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite
70+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite
7171
#define RGB_BUILTIN LED_BUILTIN
7272
#define RGB_BRIGHTNESS 64
7373

variants/adafruit_camera_esp32s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static const uint8_t NEOPIXEL_PIN = 1;
1818
static const uint8_t LED_BUILTIN = PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT;
1919
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2020
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
21-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
21+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2222
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2323
#define RGB_BRIGHTNESS 64
2424

variants/adafruit_feather_esp32_v2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static const uint8_t LED_BUILTIN = 13;
4646

4747
// Neopixel
4848
#define PIN_NEOPIXEL 0
49-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
49+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
5050
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
5151
#define RGB_BRIGHTNESS 64
5252

variants/adafruit_feather_esp32c6/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
static const uint8_t LED_BUILTIN = 15;
1010
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1111
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
12+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1313
#define RGB_BUILTIN (SOC_GPIO_PIN_COUNT + PIN_NEOPIXEL)
1414
#define RGB_BRIGHTNESS 64
1515

variants/adafruit_feather_esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Neopixel
1818
#define PIN_NEOPIXEL 33
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_feather_esp32s2_reversetft/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Neopixel
1818
#define PIN_NEOPIXEL 33
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_feather_esp32s2_tft/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Neopixel
1818
#define PIN_NEOPIXEL 33
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_feather_esp32s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Neopixel
1818
#define PIN_NEOPIXEL 33
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_feather_esp32s3_nopsram/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Neopixel
1818
#define PIN_NEOPIXEL 33
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_feather_esp32s3_reversetft/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Neopixel
1818
#define PIN_NEOPIXEL 33
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_feather_esp32s3_tft/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Neopixel
1818
#define PIN_NEOPIXEL 33
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_itsybitsy_esp32/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static const uint8_t LED_BUILTIN = 13;
1111

1212
// Neopixel
1313
static const uint8_t PIN_NEOPIXEL = 0;
14-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
14+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
1515
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
1616
#define RGB_BRIGHTNESS 64
1717

variants/adafruit_magtag29_esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Neopixel
1818
#define PIN_NEOPIXEL 1 // D1
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_matrixportal_esp32s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#define PIN_NEOPIXEL 4
1818
#define NEOPIXEL_PIN 4
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
2020
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/adafruit_metro_esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// Neopixel
1717
#define PIN_NEOPIXEL 45
18-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
18+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
1919
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2020
#define RGB_BRIGHTNESS 64
2121

variants/adafruit_metro_esp32s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// Neopixel
1717
#define PIN_NEOPIXEL 46
18-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
18+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
1919
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2020
#define RGB_BRIGHTNESS 64
2121

variants/adafruit_qtpy_esp32/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_NEOPIXEL;
1111
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1212
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1313

14-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
14+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1515
#define RGB_BUILTIN LED_BUILTIN
1616
#define RGB_BRIGHTNESS 64
1717

variants/adafruit_qtpy_esp32c3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_NEOPIXEL;
1313
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1414
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1515

16-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
16+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1717
#define RGB_BUILTIN LED_BUILTIN
1818
#define RGB_BRIGHTNESS 64
1919

variants/adafruit_qtpy_esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_NEOPIXEL;
1616
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1717
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
18-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
18+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1919
#define RGB_BUILTIN LED_BUILTIN
2020
#define RGB_BRIGHTNESS 64
2121

variants/adafruit_qtpy_esp32s3_n4r2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_NEOPIXEL;
1919
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2020
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
21-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
21+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
2222
#define RGB_BUILTIN LED_BUILTIN
2323
#define RGB_BRIGHTNESS 64
2424

variants/adafruit_qtpy_esp32s3_nopsram/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_NEOPIXEL;
1919
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2020
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
21-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
21+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
2222
#define RGB_BUILTIN LED_BUILTIN
2323
#define RGB_BRIGHTNESS 64
2424

variants/atmegazero_esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static const uint8_t RGB_LED_PIN = 40;
1515
static const uint8_t LED_BUILTIN = (RGB_LED_PIN + SOC_GPIO_PIN_COUNT);
1616
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1717
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
18-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
18+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1919
#define RGB_BUILTIN LED_BUILTIN
2020
#define RGB_BRIGHTNESS 64
2121

variants/bpi-bit/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static const uint8_t RGB_LED = 4;
1515
// BUILTIN_LED can be used in new Arduino API digitalWrite() like in Blink.ino
1616
#define LED_BUILTIN (RGB_LED + SOC_GPIO_PIN_COUNT) // Just a single LED in the Matrix
1717
#define BUILTIN_LED LED_BUILTIN // backward compatibility
18-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
18+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1919
#define RGB_BUILTIN LED_BUILTIN
2020
#define RGB_BRIGHTNESS 64
2121
static const uint8_t LIGHT_SENSOR1 = 36;

variants/bpi_leaf_s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1919
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2020
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
21-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
21+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
2222
#define RGB_BUILTIN LED_BUILTIN
2323
#define RGB_BRIGHTNESS 25
2424

variants/circuitart_zero_s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// RGB LED
1717
#define PIN_RGB_LED 47
18-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite() and digitalWrite() for blinking
18+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
1919
#define RGB_BUILTIN (PIN_RGB_LED + SOC_GPIO_PIN_COUNT)
2020
#define RGB_BRIGHTNESS 64
2121
#define RGBLED_NUM 1 // number of RGB LEDs

variants/department_of_alchemy_minimain_esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// RGB LED
1818
#define PIN_RGB_LED 33
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWritee() for blinking
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWritee() for blinking
2020
#define RGB_BUILTIN (PIN_RGB_LED + SOC_GPIO_PIN_COUNT)
2121
#define RGB_BRIGHTNESS 64
2222

variants/esp32c3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1010
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1111
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
12+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1313
#define RGB_BUILTIN LED_BUILTIN
1414
#define RGB_BRIGHTNESS 64
1515

variants/esp32c6/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1010
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1111
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
12+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1313
#define RGB_BUILTIN LED_BUILTIN
1414
#define RGB_BRIGHTNESS 64
1515

variants/esp32h2-devkit-lipo/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1010
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1111
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
12+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1313
#define RGB_BUILTIN LED_BUILTIN
1414
#define RGB_BRIGHTNESS 64
1515

variants/esp32h2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1010
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1111
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite
12+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite
1313
#define RGB_BUILTIN LED_BUILTIN
1414
#define RGB_BRIGHTNESS 64
1515

variants/esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1313
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1414
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
15-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
15+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1616
#define RGB_BUILTIN LED_BUILTIN
1717
#define RGB_BRIGHTNESS 64
1818

variants/esp32s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1616
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1717
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
18-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
18+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1919
#define RGB_BUILTIN LED_BUILTIN
2020
#define RGB_BRIGHTNESS 64
2121

variants/esp32thing_plus_c/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static const uint8_t LED_BUILTIN = 13;
88
#define BUILTIN_LED LED_BUILTIN // backward compatibility
99
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1010

11-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
11+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1212
static const uint8_t RGB_BUILTIN = SOC_GPIO_PIN_COUNT + 2;
1313
#define RGB_BUILTIN RGB_BUILTIN // necessary to make digitalWrite/digitalMode find it
1414
#define RGB_BRIGHTNESS 64

variants/franzininho_wifi_esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static const uint8_t PIN_RGB_LED = 18;
1616
static const uint8_t LED_BUILTIN = (PIN_RGB_LED + SOC_GPIO_PIN_COUNT);
1717
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1818
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
19-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
19+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
2020
#define RGB_BUILTIN LED_BUILTIN
2121
#define RGB_BRIGHTNESS 64
2222

variants/franzininho_wifi_msc_esp32s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static const uint8_t PIN_RGB_LED = 18;
2323
static const uint8_t LED_BUILTIN = (PIN_RGB_LED + SOC_GPIO_PIN_COUNT);
2424
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2525
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
26-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
26+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
2727
#define RGB_BUILTIN LED_BUILTIN
2828
#define RGB_BRIGHTNESS 64
2929

variants/gpy/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
static const uint8_t LED_BUILTIN = PIN_RGB_LED + SOC_GPIO_PIN_COUNT;
2121
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2222
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
23-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
23+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
2424
#define RGB_BUILTIN LED_BUILTIN
2525
#define RGB_BRIGHTNESS 64
2626

variants/lopy/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
static const uint8_t LED_BUILTIN = PIN_RGB_LED + SOC_GPIO_PIN_COUNT;
2121
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2222
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
23-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
23+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
2424
#define RGB_BUILTIN LED_BUILTIN
2525
#define RGB_BRIGHTNESS 64
2626

variants/lopy4/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
static const uint8_t LED_BUILTIN = PIN_RGB_LED + SOC_GPIO_PIN_COUNT;
2121
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2222
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
23-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
23+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
2424
#define RGB_BUILTIN LED_BUILTIN
2525
#define RGB_BRIGHTNESS 64
2626

variants/micro_s2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static const uint8_t LED_BUILTIN = 21;
6666
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
6767

6868
static const uint8_t PIXEL_BUILTIN = 33;
69-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
69+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
7070
#define RGB_BUILTIN (PIXEL_BUILTIN + SOC_GPIO_PIN_COUNT)
7171
#define RGB_BRIGHTNESS 64
7272

variants/sparkfun_esp32c6_thing_plus/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1010
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1111
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
12+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1313
#define RGB_BUILTIN LED_BUILTIN
1414
#define RGB_BRIGHTNESS 64
1515

variants/thingpulse_epulse_feather_c6/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1010
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1111
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
12+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1313
#define RGB_BUILTIN LED_BUILTIN
1414
#define RGB_BRIGHTNESS 64
1515

variants/uPesy_esp32s3_basic/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define USB_SERIAL ""
1212

1313
static const uint8_t RGB_DATA = 38;
14-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbledWrite()
14+
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
1515
#define RGB_BUILTIN (RGB_DATA + SOC_GPIO_PIN_COUNT)
1616
#define RGB_BRIGHTNESS 64
1717

0 commit comments

Comments
 (0)