| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-17 | v1.9.1 bug fixes, automatic millis rollover, update to time critical | Anatoli Arkhipenko | |
| * _TASK_ROLLOVER_FIX is deprecated (not necessary) * bug fixes: automatic millis rollover support for delay methods * new method for _TASK_TIMECRITICAL option: getStartDelay() | |||
| 2015-11-14 | Version 1.8.3 number of addtions and improvementsv1.8.3 | Anatoli Arkhipenko | |
| * support for task activation on a status request with arbitrary interval and number of iterations (0 and 1 are still default values) * implement waitForDelayed() method to allow task activation on the status request completion delayed for one current interval * added callback methods prototypes to all examples for Arduino IDE 1.6.6 compatibility * added several constants to be used as task parameters for readability (e.g, TASK_FOREVER, TASK_SECOND, etc.) * significant optimization of the scheduler's execute loop, including millis() rollover fix option | |||
| 2015-10-22 | Support for taask IDs and Control Pointsv1.8.1 | Anatoli Arkhipenko | |
| * Automatically and manually assigned task IDs * Manually assigned Control Points within task's callback function * Updated existing examples * New example sketches | |||
| 2015-09-21 | 'version_1.51' | Anatoli Arkhipenko | |
