Scheduler

Allows multiple tasks to run at the same time, without interrupting each other. For Arduino sam and samd architectures only (Due, Zero...).

Author
Arduino
Website
https://www.arduino.cc/en/Reference/Scheduler
Github
https://github.com/arduino-libraries/Scheduler
Category
Other
License
Unknown
Library Type
Official
Architectures
sam, samd

The Scheduler library enables the Arduino to run multiple functions at the same time. This allows tasks to happen without interrupting each other.</br>This is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks.

Downloads

Filename Release Date File Size
Scheduler-0.4.4.zip 2015-10-12 5.87 KiB
Scheduler-0.4.3.zip 2015-05-20 5.47 KiB
Scheduler-0.4.1.zip 2015-04-23 5.46 KiB
Scheduler-0.4.0.zip 2015-03-27 5.52 KiB