Search found 1 match
- Tue Feb 23, 2021 12:20 am
- Forum: ESP32 Arduino
- Topic: How can I tell if a High Resolution Timer is active?
- Replies: 0
- Views: 1459
How can I tell if a High Resolution Timer is active?
Hi guys. I'm using the "esp_timer" api for high resolution timers to drive stepper motors from the ESP32. The thing I'm having issues with is determining whether a periodic timer is still active. What I'm doing is an inelegant hack that will probably bite me in the bum in time but it seems to work, ...