I’ve released the new version 1.0 of looper, my scheduler that doesn’t use timers to execute the user’s jobs:
- new syntax of the methods that let the user use looper together with leOS;
- code cleaning, now the compiled sketches are smaller then before;
- new myDelay method that replaces the delay function of the Arduino core and with which you can insert a delay into the code while the scheduler can continue to launch the user’s jobs.
You can find the new version at this page.