Skip to content

Releases: leomil72/leOS2

leOS2 2.3.3

21 Jul 08:04
Compare
Choose a tag to compare

Fixed typo in keywords.txt

New leOS2 v.2.3.2

01 Nov 17:48
Compare
Choose a tag to compare

Eliminated usage of NULL to avoid gcc compiler warnings

leOS2 Scheduler for Arduino IDE

21 Feb 15:25
Compare
Choose a tag to compare

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.