Timer tick
Posted: Mon Oct 21, 2019 9:10 pm
How do I read the timer tick since the processor has started, like an arduino millisecond tick with millis()? I'm reading the timer section:
https://docs.espressif.com/projects/esp ... timer.html
This seems an overkill when I'm only reading the time tick to determine whether something has occurred long enough in the past.
Thanks.
BTW, I found the xTaskCreate() function that I was looking for in another post
https://docs.espressif.com/projects/esp ... timer.html
This seems an overkill when I'm only reading the time tick to determine whether something has occurred long enough in the past.
Thanks.
BTW, I found the xTaskCreate() function that I was looking for in another post