Skip to content

Releases: wizard97/ArduinoProcessScheduler

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

Choose a tag to compare

@wizard97 wizard97 released this 26 Apr 13:46
7719a52
  • Minor bug fixes
  • Continuous Integration

Strict priorities

Choose a tag to compare

@wizard97 wizard97 released this 16 Aug 18:14

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

Choose a tag to compare

@wizard97 wizard97 released this 13 Jul 06:40

A couple basic examples, more to come...

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

Initial Release

Choose a tag to compare

@wizard97 wizard97 released this 09 Jul 20:30
v1.0

Default disabled advanced features