Very simple cooperative round-robin task scheduler. See examples.
Diff: ChangeLog.h
- Revision:
- 2:974a420997a9
- Parent:
- 0:564dd7a5d307
- Child:
- 3:95ec5c83c2fe
--- a/ChangeLog.h Fri Mar 04 12:15:38 2011 +0000 +++ b/ChangeLog.h Fri Mar 04 12:40:14 2011 +0000 @@ -1,5 +1,9 @@ /* +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.