Skip to content
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

ledc: add support for fading leds #519

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

justbuchanan
Copy link

@justbuchanan justbuchanan commented Mar 3, 2025

Submission Checklist 📝

  • I have updated existing examples or added new ones (if applicable).
  • I have used cargo fmt command to ensure that all changed code is formatted correctly.
  • I have used cargo clippy command to ensure that all changed code passes latest Clippy nightly lints.
  • My changes were added to the CHANGELOG.md in the proper section.

Pull Request Details 📖

Description

Added support for fading leds via two new methods on LedcDriver: fade_with_time and fade_with_step.

I have not yet implemented support for registering a callback to be called upon fade completion, but will look into contributing that in a future PR.

Implements #518

Testing

I added ledc_fade.rs to the examples, which shows how to use the new functionality. I have run this successfully on an esp32-c3 wroom board with external leds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant