Very simple cooperative round-robin task scheduler. See examples.

Dependents:   Garage_Control

ChangeLog.h

Committer:
AjK
Date:
2011-03-04
Revision:
3:95ec5c83c2fe
Parent:
2:974a420997a9
Child:
4:49652acb6806

File content as of revision 3:95ec5c83c2fe:

/*

1.2     04/Mar/2011
        Added extra documentation.
        
1.1     04/Mar/2011
        When calling a task pass a pointer to the SimpleTask holding the pointer.
        Missed this as STcallback allowed for passing a null value. That was fixed.
        
1.0     04/Mar/2011
        Initial release.

*/