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

Implement LEDC based on ESP-IDF API #6045

Merged
merged 3 commits into from
Dec 20, 2021
Merged

Implement LEDC based on ESP-IDF API #6045

merged 3 commits into from
Dec 20, 2021

Conversation

P-R-O-C-H-Y
Copy link
Member

Summary

This PR is refactoring of LEDC HAL in order to use IDF instead of current Register manipulation approach.
Fixing duty -> if all bits in resolution are set -> FULL ON

Impact

None

Related links

Fixed #5089

Complete refactoring + duty fix
@P-R-O-C-H-Y P-R-O-C-H-Y self-assigned this Dec 20, 2021
@VojtechBartoska VojtechBartoska linked an issue Dec 20, 2021 that may be closed by this pull request
@me-no-dev me-no-dev merged commit d6934a5 into espressif:master Dec 20, 2021
@me-no-dev
Copy link
Member

ref: #6550

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.

Change LEDC to use ESP-IDF API (E) PWM ledCWrite(255) or ledcWrite(1023) is not 100% on
2 participants