mthread 0.5
Classes | Defines | Functions | Variables

mthread.h File Reference

#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

ThreadListmain_thread_list
 A pointer to the main ThreadList.

Detailed Description

Author:
Jonathan Lamothe

Variable Documentation

A pointer to the main ThreadList.

This object will be run in place of the loop function expected in most Arduino programs.

 All Classes Files Functions Variables Enumerations Enumerator Defines