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

pwm channels number definition depends on chip #38

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

amanenk
Copy link

@amanenk amanenk commented Oct 6, 2023

according to this documentation link

different kinds of esp32 have different number of pwm channels.

defining 16 channels makes my esp32s3 log to debug that there is no more channels and only 2 pwm outputs work.

@madhephaestus
Copy link
Owner

oh, cool, with this change, can you access all your PWM's with this library?

@amanenk
Copy link
Author

amanenk commented Oct 8, 2023

I will do the tests when i get to the device

@amanenk
Copy link
Author

amanenk commented Jan 31, 2024

Hey. sorry for delayed answer. I have found an error in my latest commit and fixed it. now it works as it should. i confirm that i can access all the pwms

@madhephaestus madhephaestus merged commit 4a28204 into madhephaestus:master Jan 31, 2024
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.

2 participants