Releases: wizard97/ArduinoProcessScheduler
Releases · wizard97/ArduinoProcessScheduler
2.1: Merge pull request #21 from thijstriemstra/patch-2
Strict priorities
A lower priority process will never run if a higher one is also ready to run. This gives you much better guarantees, but user has to be more careful.
Examples and Default Error Handling Behavior
A couple basic examples, more to come...
Also, processes are now restarted by default if uncaught exception or time out.
Initial Release
v1.0 Default disabled advanced features