(solved) how to program sub-tick delays?
Posted: Sat Oct 09, 2021 5:04 pm
Hi all -
The app I'm porting to the ESP32 needs relatively short (<1ms) delays. Clearly the vTaskDelay() function won't work for this. I was looking at the docs regarding General Purpose Timers.
1. is this the right component to use?
2. from the docs (and the example), it's not clear to me how I specify the time duration; the example uses an even increment of seconds.
Thanks for any help.
The app I'm porting to the ESP32 needs relatively short (<1ms) delays. Clearly the vTaskDelay() function won't work for this. I was looking at the docs regarding General Purpose Timers.
1. is this the right component to use?
2. from the docs (and the example), it's not clear to me how I specify the time duration; the example uses an even increment of seconds.
Thanks for any help.