diff options
| author | Anatoli Arkhipenko <arkhipenko@hotmail.com> | 2015-10-15 23:33:31 -0400 |
|---|---|---|
| committer | Anatoli Arkhipenko <arkhipenko@hotmail.com> | 2015-10-15 23:37:01 -0400 |
| commit | bb20df9c654cbed77bb5007814ae06f20f08ec36 (patch) | |
| tree | 0fe3b67dcfa7e070d10261d99cd0ec564ec3bf61 /library.properties | |
| parent | 07b0a9e49fd4c918821099aec940d0927c3f9ff5 (diff) | |
TaskScheduler version 1.8.0 - added support for event completion signallingv1.8.0
* Introduced option to compile with support for Status Rquests - ability to wait for and signal event completion
* Moved all code to one header file allowing control at compile time via #define statments.
Diffstat (limited to 'library.properties')
| -rw-r--r-- | library.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library.properties b/library.properties index 7623ac5..4c6b4ba 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=TaskScheduler -version=1.7.0 +version=1.8.0 author=Anatoli Arkhipenko <arkhipenko@hotmail.com> maintainer=Anatoli Arkhipenko <arkhipenko@hotmail.com> sentence=A light-weight cooperative multitasking library for arduino microcontrollers. -paragraph=Enables developers to achieve pseudo multi-tasking. The library is NOT pre-emptive, and as such requires cooperative programming to be used; does NOT use any of the timers therefore does not affect PWM pins. +paragraph=Enables developers to achieve pseudo multi-tasking. The library is NOT pre-emptive, and as such requires cooperative programming to be used; does NOT use any of the timers therefore does not affect PWM pins. Includes support for status request objects, allowing tasks to wait on and signal event completion between each other. category=Schedulers url=https://github.com/arkhipenko/TaskScheduler.git architectures=* |
