Skip to content

Change "neopixel" references to use RGB LED naming #10225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Aug 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
140a4f2
fix(rgbled): fixes core rgbledWrite()
SuGlider Aug 22, 2024
5cc9b8b
fix(rgbled): fixes examples - rgbledWrite()
SuGlider Aug 22, 2024
c18b017
fix(rgbled): fixes variants commetaries - rgbledWrite()
SuGlider Aug 22, 2024
8e37c99
fix(rgbled): examples and doc - use RGB_LED naming
SuGlider Aug 22, 2024
db59126
fix(rgbled): variants - use RGB_LED naming
SuGlider Aug 22, 2024
dd6d597
fix(rgbled): other places for RGB LED naming
SuGlider Aug 22, 2024
a75594a
Merge branch 'master' into rgbWrite_change
SuGlider Aug 22, 2024
2948fb3
fix(typo): cores - rgbLed instead of rgbled
SuGlider Aug 22, 2024
ca9f3ac
fix(typo): examples - rgbLed instead of rgbled
SuGlider Aug 22, 2024
7606860
fix(typo): variants commentaties - rgbLed instead of rgbled
SuGlider Aug 22, 2024
835a3f9
fix(rgbled): bad file name
SuGlider Aug 22, 2024
8152d91
Merge branch 'master' into rgbWrite_change
SuGlider Aug 26, 2024
0aa5846
fix(typo): typo and commentaries
SuGlider Aug 26, 2024
367cf32
fix(rgbled): deprecating neopixelWrite()
SuGlider Aug 26, 2024
9626e0d
fix(rgbled): use RGB LED naming
SuGlider Aug 26, 2024
6dfb92d
fix(rgbled): document formatting
SuGlider Aug 26, 2024
9b16112
fix(rgbled): neopixelWrite() is now deprecated
SuGlider Aug 26, 2024
b5a2560
fix(rgbled): removed attribute in wrong place
SuGlider Aug 26, 2024
b516c1f
just a git push test
SuGlider Aug 27, 2024
3f3c0ae
restart git bash test
SuGlider Aug 27, 2024
0032886
ci(pre-commit): Apply automatic fixes
pre-commit-ci-lite[bot] Aug 27, 2024
20a7f75
removed wrong test file
SuGlider Aug 27, 2024
22cd733
fix(rgbled): new Arduino style depreacted attribute
SuGlider Aug 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(rgbled): document formatting
  • Loading branch information
SuGlider authored Aug 26, 2024
commit 6dfb92d08bf02ade1430c0d8e2d7b512b253c09f
2 changes: 1 addition & 1 deletion docs/en/api/rmt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Example
To get started with RMT, you can try:

RMT Write RGB LED
*******************
*****************

.. literalinclude:: ../../../libraries/ESP32/examples/RMT/RMTWrite_RGB_LED/RMTWrite_RGB_LED.ino
:language: arduino
Expand Down
Loading