Very simple cooperative round-robin task scheduler. See examples.
Diff: ChangeLog.h
- Revision:
- 3:95ec5c83c2fe
- Parent:
- 2:974a420997a9
- Child:
- 4:49652acb6806
--- a/ChangeLog.h Fri Mar 04 12:40:14 2011 +0000 +++ b/ChangeLog.h Fri Mar 04 13:10:39 2011 +0000 @@ -1,5 +1,8 @@ /* +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.