mthread
0.5.1
|
#include "../newdel/newdel.h"
Go to the source code of this file.
Classes | |
class | Thread |
Provides thread functionality. More... | |
class | ThreadList |
An object for running several Thread objects simultaneously. A ThreadList object is a Thread in and of itself. This allows the creation of tiered ThreadList objects by placing a lower-priority ThreadList inside of a higher-priority ThreadList. More... | |
class | EventHandler |
A 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 (void) |
Variables | |
ThreadList * | main_thread_list |
A pointer to the main ThreadList. This object will be run in place of the loop function expected in most Arduino programs. |