-
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
Update new RMT function rmtSetEOT(pin, EOT_Level) in the pin remap macros #9266
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Description of Change
This PR updates and adds the new RMT API
bool rmtSetEOT(int pin, uint8_t EOT_Level);
to the list of MACROS fromio_pin_remap.h
It also include this new funtion to the Migration Guide documentation.
Tests scenarios
Just CI.
Related links
None