Naguissa / uTimerLib

Arduino tiny and cross-device compatible timer library
https://www.foroelectro.net/electronica-digital-microcontroladores-f8/utimerlib-libreria-arduino-para-eventos-temporizad-t191.html
GNU Lesser General Public License v3.0
20 stars 9 forks source link

FreeRTOS Compatibility on ESP32? #19

Closed spaelectronics closed 1 year ago

spaelectronics commented 1 year ago

Does this library utilize FreeRTOS? I need tasks to run simultaneously.

Naguissa commented 1 year ago

The library only does simplified math operations. It can be run in a thread, but it does not it inside the library, if you want to do so you need to create the thread yourself.