Skip to content

leOS2 Scheduler for Arduino IDE

Compare
Choose a tag to compare
@leomil72 leomil72 released this 21 Feb 15:25
· 4 commits to master since this release

The leOS2 library implements a simple scheduler based on little tasks executed inside the ISR raised by the watchdog of a microcontroller. Due to the fact that thisn't a real scheduler, tasks must be very little and not keep a lot of CPU time, otherwise the main loop will freeze for too time. Works with several Atmel microcontrollers and almost every version of the Arduino IDE.