|
mthread 0.5
|
#include "../newdel/newdel.h"Go to the source code of this file.
Classes | |
| class | Thread |
| Provides thread functionality. More... | |
| class | ThreadList |
| A class for running several Thread objects simultaneously. More... | |
| class | EventHandler |
| Thread that only executes when a given event occurs. More... | |
| class | SwitchInput |
| Handler for a switch input. More... | |
Defines | |
| #define | DEFAULT_DEBOUNCE 50 |
| Default switch debounce time. | |
Functions | |
| void | loop () |
Variables | |
| ThreadList * | main_thread_list |
| A pointer to the main ThreadList. | |
A pointer to the main ThreadList.
This object will be run in place of the loop function expected in most Arduino programs.
1.7.3