Executive library for Arduino
Classes | Variables
Executive.h File Reference
#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 = 20
 
Executive Exec
 

Variable Documentation

◆ DEFAULT_MAX_TASKS

const int DEFAULT_MAX_TASKS = 20

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

◆ Exec

Executive Exec

◆ MIN_YIELD_TIME_MS

const long MIN_YIELD_TIME_MS = 1

The yield() function is actually the same as a short delay() of this number of ms