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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)