-
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
feat(ledc): Allow attaching multiple pins to 1 channel #10032
feat(ledc): Allow attaching multiple pins to 1 channel #10032
Conversation
👋 Hello P-R-O-C-H-Y, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Please add example |
Closes #10010 |
be04d7a
to
19c6500
Compare
d96ce9f
to
20ffddb
Compare
20ffddb
to
297f132
Compare
…ub.com/P-R-O-C-H-Y/arduino-esp32 into feat/ledc-multiple-pins-single-channel
Description of Change
This PR adds back the option to attach multiple pins to the same LEDC channel, which was possible in 2.X versions.
Also new function
ledcWriteChannel
was added.Tests scenarios
Tested locally on all supported targets.
Related links
Closes #10010