Releases: leomil72/leOS
Releases · leomil72/leOS
leOS 1.2.2
leOS Scheduler for Arduino IDE
The leOS library implements a simple scheduler based on little tasks executed inside the ISR raised by a timer 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.