Skip to content

Releases: mikaelpatel/Arduino-Scheduler

R1.2.4

06 Feb 20:02
Compare
Choose a tag to compare

New release of the Simple Arduino Scheduler. Added support for Teensy 3.X. Improved stack check; scans stack for max depth (min remaining). Align with Due Scheduler API; added short handle for stackLoop().

R1.2.1

14 Feb 21:38
Compare
Choose a tag to compare

This library is a Multi-tasking Scheduler for Arduino (AVR, SAM, SAMD) and Teensy 3.1. It contains basic functionality to allow collaborative multi-tasking with synchronization and communication (using Semaphores, Queues and Channels).

There is also a large set of example and benchmark sketches.