Commit 99e68a0
Change "neopixel" references to use RGB LED naming (#10225)
* fix(rgbled): fixes core rgbledWrite()
* fix(rgbled): fixes examples - rgbledWrite()
* fix(rgbled): fixes variants commetaries - rgbledWrite()
* fix(rgbled): examples and doc - use RGB_LED naming
* fix(rgbled): variants - use RGB_LED naming
* fix(rgbled): other places for RGB LED naming
* fix(typo): cores - rgbLed instead of rgbled
* fix(typo): examples - rgbLed instead of rgbled
* fix(typo): variants commentaties - rgbLed instead of rgbled
* fix(rgbled): bad file name
* fix(typo): typo and commentaries
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
* fix(rgbled): deprecating neopixelWrite()
* fix(rgbled): use RGB LED naming
* fix(rgbled): document formatting
* fix(rgbled): neopixelWrite() is now deprecated
* fix(rgbled): removed attribute in wrong place
* just a git push test
* restart git bash test
* ci(pre-commit): Apply automatic fixes
* removed wrong test file
* fix(rgbled): new Arduino style depreacted attribute
---------
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 0539ebf commit 99e68a0
File tree
74 files changed
+176
-169
lines changed- cores/esp32
- docs/en/api
- libraries
- ESP32/examples
- GPIO/BlinkRGB
- RMT
- Legacy_RMT_Driver_Compatible
- RMTWrite_RGB_LED
- RMT_CPUFreq_Test
- Zigbee/Zigbee_Light_Bulb
- OpenThread/examples/COAP
- coap_lamp
- coap_switch
- variants
- Bee_Data_Logger
- Bee_Motion_S3
- Bee_S3
- adafruit_camera_esp32s3
- adafruit_feather_esp32_v2
- adafruit_feather_esp32c6
- adafruit_feather_esp32s2_reversetft
- adafruit_feather_esp32s2_tft
- adafruit_feather_esp32s2
- adafruit_feather_esp32s3_nopsram
- adafruit_feather_esp32s3_reversetft
- adafruit_feather_esp32s3_tft
- adafruit_feather_esp32s3
- adafruit_itsybitsy_esp32
- adafruit_magtag29_esp32s2
- adafruit_matrixportal_esp32s3
- adafruit_metro_esp32s2
- adafruit_metro_esp32s3
- adafruit_qtpy_esp32c3
- adafruit_qtpy_esp32s2
- adafruit_qtpy_esp32s3_n4r2
- adafruit_qtpy_esp32s3_nopsram
- adafruit_qtpy_esp32
- atmegazero_esp32s2
- bpi-bit
- bpi_leaf_s3
- circuitart_zero_s3
- cytron_maker_feather_aiot_s3
- department_of_alchemy_minimain_esp32s2
- esp32c3
- esp32c6
- esp32h2-devkit-lipo
- esp32h2
- esp32s2-devkit-lipo-usb
- esp32s2-devkit-lipo
- esp32s2
- esp32s3
- esp32thing_plus_c
- franzininho_wifi_esp32s2
- franzininho_wifi_msc_esp32s2
- gpy
- lopy4
- lopy
- micro_s2
- sensebox_mcu_esp32s2
- sparkfun_esp32_iot_redboard
- sparkfun_esp32c6_thing_plus
- thingpulse_epulse_feather_c6
- uPesy_esp32s3_basic
- um_bling
- um_feathers2neo
- um_feathers3neo
- um_feathers3
- um_nanos3
- um_pros3
- um_tinyc6
- um_tinys2
- um_tinys3
- wipy3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+176
-169
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments