Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to include TaskScheduler library into standard Arduino IDE #3901

Closed
arkhipenko opened this issue Sep 30, 2015 · 5 comments
Closed

Request to include TaskScheduler library into standard Arduino IDE #3901

arkhipenko opened this issue Sep 30, 2015 · 5 comments
Assignees
Labels
Component: Board/Lib Manager Boards Manager or Library Manager
Milestone

Comments

@arkhipenko
Copy link

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

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

@ffissore ffissore added the Component: Board/Lib Manager Boards Manager or Library Manager label Oct 1, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Oct 1, 2015
@ffissore ffissore self-assigned this Oct 1, 2015
@ffissore
Copy link
Contributor

ffissore commented Oct 1, 2015

Added. Thanks!

@ffissore ffissore closed this as completed Oct 1, 2015
@PaulStoffregen
Copy link
Contributor

How can this one be added, without library.properties?

@ffissore
Copy link
Contributor

ffissore commented Oct 1, 2015

Thanks @PaulStoffregen, I missed the output of the job. While the lib repo has been added to the list, it didn't go into library manager because it's not valid. @arkhipenko please give a second read to https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

@ffissore
Copy link
Contributor

ffissore commented Oct 1, 2015

@arkhipenko
Copy link
Author

All fixed and committed back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager
Projects
None yet
Development

No branches or pull requests

3 participants