Skip to content

Releases: wizard97/ArduinoProcessScheduler

2.1: Merge pull request #21 from thijstriemstra/patch-2

26 Apr 13:46
7719a52
Compare
Choose a tag to compare

Strict priorities

16 Aug 18:14
Compare
Choose a tag to compare

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

13 Jul 06:40
Compare
Choose a tag to compare

A couple basic examples, more to come...

Also, processes are now restarted by default if uncaught exception or time out.

Initial Release

09 Jul 20:30
Compare
Choose a tag to compare
v1.0

Default disabled advanced features