Request to include TaskScheduler library into standard Arduino IDE #3912
Labels
Component: Board/Lib Manager
Boards Manager or Library Manager
Type: Duplicate
Another item already exists for this topic
Milestone
Hi,
Would you please consider including TaskScheduler library into Arduino IDE set of libraries?
The library is located here: https://github.com/arkhipenko/TaskScheduler.git
I have fixed all the issues outlined in issue #3901, however don't see the library in the latest nightly build.
TaskScheduler is a light-weight cooperative multitasking library for arduino microcontrollers.
It enables developers to achieve pseudo multi-tasking quite easily, and have additional benefits.
This library has been used by several people with generally very positive feedback, and extensively used by me.
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), and is very stable.
Regards,
Anatoli Arkhipenko
The text was updated successfully, but these errors were encountered: