![]() |
Task scheduler library
1.0
Arduino library for simply executing tasks in parallel
|
Data Fields | |
Task | func |
function to vall | |
bool | active |
task is active | |
bool | running |
task is currently being executed | |
int16_t | period |
period of task (0 = call only once) | |
int16_t | time |
time of next call | |
Definition at line 19 of file Task_scheduler.cpp.