Search found 1 match
- Sat Feb 05, 2022 4:14 pm
- Forum: ESP32 Arduino
- Topic: ledc - Test free timer
- Replies: 0
- Views: 1953
ledc - Test free timer
Hello, I'm currently working on an Arduino library use to drive DC motors via ledc PWM signals. Durring ledc initialization, I need to test if a timer is already used or not (i.e. by another lib) to implement an automatic timer managerial. My idea was to use the ledc_get_freq() function to achieve t...