whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 221 forks source link

added cpu.watchdog #324

Closed the0ne closed 4 years ago

the0ne commented 4 years ago

to enable the cpu watchdog for the calling thread, use cpu.watchdog.add()

to feed the watchdog, use cpu.watchdog.reset() from the same thread

to remove the watchdog, use cpu.watchdog.remove() from the same thread