-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Add LED pin aliases to Arduino Nano ESP32 for portability #9089
Conversation
👋 Hello sebromero, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@pillo79 Looks good? |
Please move the new labels to the end of the file, close to the |
@pillo79 That makes sense 😅 Done. |
Description of Change
This PR adds aliases to control the RGB led on the Arduino Nano ESP32 board. On other Arduino boards those pins are named LEDR, LEDG, LEDB. To improve portability amoung the Arduino boards the Arduino Nano ESP32 should support those names.
Tests scenarios
Tested on Arduino Nano ESP32