blob: 1eda34cc0e61e8f1b656217b2df7c92428e59f80 (
plain)
1
2
3
4
5
6
7
8
9
|
name=TaskScheduler
version=1.8.1
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. 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=*
|