waterish_os_rev3_public/libraries/TaskScheduler-master/library.properties

10 lines
1.1 KiB
Properties
Raw Permalink Normal View History

2019-08-09 02:17:05 +00:00
name=TaskScheduler
version=3.0.2
author=Anatoli Arkhipenko <arkhipenko@hotmail.com>
maintainer=Anatoli Arkhipenko <arkhipenko@hotmail.com>
sentence=A light-weight cooperative multitasking library for arduino and esp8266 microcontrollers.
paragraph=Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.
category=Timing
url=https://github.com/arkhipenko/TaskScheduler.git
architectures=*