diff options
| author | Anatoli Arkhipenko <arkhipenko@hotmail.com> | 2015-12-20 21:56:31 -0500 |
|---|---|---|
| committer | Anatoli Arkhipenko <arkhipenko@hotmail.com> | 2015-12-20 21:56:31 -0500 |
| commit | 42d8d776e3fdb3c48700a3d88c8615dbf81da23f (patch) | |
| tree | e9b086c9aac9360453ec079ed2905286dbfb11ed /README | |
| parent | ff9be9377117960d03f44e493afb2e280f9b86ab (diff) | |
v1.9.2 - advancing version 1 up to avoid confusion with previous 1.9.1 which was pulled back
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Task Scheduler – cooperative multitasking for Arduino microcontrollers -Version 1.9.1: 2015-12-17 +Version 1.9.2: 2015-12-20 OVERVIEW: A lightweight implementation of cooperative multitasking (task scheduling) supporting: @@ -15,7 +15,7 @@ OVERVIEW: Scheduling overhead: between 15 and 18 microseconds per scheduling pass (check the banchmark example). Changelog: -v1.9.1: +v1.9.2: 2015-11-28 - _TASK_ROLLOVER_FIX is deprecated (not necessary) 2015-12-16 - bug fixes: automatic millis rollover support for delay methods 2015-12-17 - new method for _TASK_TIMECRITICAL option: getStartDelay() |
