From 42d8d776e3fdb3c48700a3d88c8615dbf81da23f Mon Sep 17 00:00:00 2001 From: Anatoli Arkhipenko Date: Sun, 20 Dec 2015 21:56:31 -0500 Subject: v1.9.2 - advancing version 1 up to avoid confusion with previous 1.9.1 which was pulled back --- README | 4 ++-- extras/TaskScheduler.doc | Bin 206848 -> 157696 bytes extras/TaskScheduler.html | 2 +- library.properties | 2 +- src/TaskScheduler.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 258958c..c6e66a5 100644 --- a/README +++ b/README @@ -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() diff --git a/extras/TaskScheduler.doc b/extras/TaskScheduler.doc index 5c1ed8d..8562125 100644 Binary files a/extras/TaskScheduler.doc and b/extras/TaskScheduler.doc differ diff --git a/extras/TaskScheduler.html b/extras/TaskScheduler.html index d78f5f2..699c110 100644 --- a/extras/TaskScheduler.html +++ b/extras/TaskScheduler.html @@ -28,7 +28,7 @@ Scheduler

cooperative multitasking for Arduino microcontrollers

-Version 1.9.1: 2015-12-17

+Version 1.9.2: 2015-12-20


OVERVIEW:

diff --git a/library.properties b/library.properties index 4765d62..834a433 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TaskScheduler -version=1.9.1 +version=1.9.2 author=Anatoli Arkhipenko maintainer=Anatoli Arkhipenko sentence=A light-weight cooperative multitasking library for arduino microcontrollers. diff --git a/src/TaskScheduler.h b/src/TaskScheduler.h index ab5ac11..a655ec7 100644 --- a/src/TaskScheduler.h +++ b/src/TaskScheduler.h @@ -69,7 +69,7 @@ // v1.9.0: // 2015-11-24 - packed three byte-long status variables into bit array structure data type - saving 2 bytes per each task instance // -// 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() -- cgit v1.2.3