Search found 1 match
- Fri Sep 20, 2024 5:09 pm
- Forum: ESP32 Arduino
- Topic: Problems with the interrupt service of the ledc API
- Replies: 1
- Views: 752
Problems with the interrupt service of the ledc API
I need help with the ledc API, I'm generating a pwm at 5Hz with 8-bit resolution and a 20% duty cycle, I'm trying to generate the fade-end interrupt, but when I enter the interrupt, it doesn't seem to exit it, it gets stuck, does anyone have any idea why or any example of how to do the setup correct...