summaryrefslogtreecommitdiff
path: root/library.properties
diff options
context:
space:
mode:
Diffstat (limited to 'library.properties')
-rw-r--r--library.properties4
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=*