xyControl
0.1
Quadrotor Flight Controller on AVR Basis
|
Task API Implementation. More...
Go to the source code of this file.
Functions | |
uint8_t | tasksRegistered (void) |
Get the number of registered Tasks. More... | |
uint8_t | addTask (Task func) |
Adds another task that will be called regularly. More... | |
uint8_t | removeTask (Task func) |
Removes an already registered Task. More... | |
void | tasks (void) |
Executes registered Tasks. More... | |
Variables | |
TaskElement * | taskList = NULL |
List of registered Tasks. More... | |
Task API Implementation.
Definition in file tasks.c.