Executive library for Arduino
|
#include "Arduino.h"
Go to the source code of this file.
Classes | |
class | Executive |
Variables | |
const long | MIN_YIELD_TIME_MS = 1 |
const int | DEFAULT_MAX_TASKS = 10 |
Executive | Exec |
const int DEFAULT_MAX_TASKS = 10 |
The library maintains a fixed-size table of tasks so needs to know the size of this. If the caller doesn't specify anything then this size is used
Executive Exec |
const long MIN_YIELD_TIME_MS = 1 |
The yield() function is actually the same as a short delay() of this number of ms