Task scheduler library  1.0
Arduino library for simply executing tasks in parallel
Data Fields
SchedulingStruct Struct Reference

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
 

Detailed Description

Definition at line 19 of file Task_scheduler.cpp.


The documentation for this struct was generated from the following file: