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

Fix PWM status LED never_reset #7219

Merged
merged 2 commits into from
Nov 17, 2022
Merged

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Nov 16, 2022

It doesn't need never reset because the status LED is only active when user code isn't.

This also fixes PWM never reset on espressif so that deinit will undo it.

Fixes #6223

It doesn't need never reset because the status LED is only active
when user code isn't.

This also fixes PWM never reset on espressif so that deinit will
undo it.

Fixes micropython#6223
@tannewt tannewt added this to the 8.0.0 milestone Nov 16, 2022
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to me. Thanks!

@dhalbert dhalbert merged commit be53193 into adafruit:main Nov 17, 2022
@dhalbert dhalbert deleted the c3_pwm_in_use branch November 17, 2022 19:00
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.

PWM status LED on C3 causes All channels in use
2 participants