Skip to content

Releases: jmparatte/jm_Scheduler

2019-01-03: v1.1.0 - Modifying start() which now fails if coroutine already started.

03 Jan 22:12
Compare
Choose a tag to compare
2019-01-03: v1.1.0 - Modifying start() which now fails if coroutine a…

2018-04-30: v1.0.10 - library.properties adjustement.

30 Apr 20:11
Compare
Choose a tag to compare
2018-04-30: v1.0.10 - library.properties adjustement.

2018-04-29: v1.0.9 - jm_Scheduler is now compatible with EPS32. 5 new Blink examples added.

29 Apr 19:30
Compare
Choose a tag to compare
2018-04-29: v1.0.9 - jm_Scheduler is now compatible with EPS32. 5 new…

v1.0.8 - yield() function corrected.

19 Apr 12:07
Compare
Choose a tag to compare
v1.0.8 - yield() function corrected.

2018-03-27: v1.0.7 - A Cooperative Scheduler Library for Arduino.

27 Mar 13:19
Compare
Choose a tag to compare
2018-03-27: v1.0.7 - A Cooperative Scheduler Library for Arduino.

2018-02-08: Minor adjustements.

08 Feb 13:58
Compare
Choose a tag to compare
v1.0.6

Minor adjustments

2017-10-17: v1.0.5 - Minor adjustments.

17 Oct 19:09
Compare
Choose a tag to compare
2017-10-17: v1.0.5 - Minor adjustments.

1.0.4

08 May 16:58
Compare
Choose a tag to compare
1.0.4

Add yield()

01 May 20:08
Compare
Choose a tag to compare

Add yield(), sleep(), rearm_async(); Remove void rearm(timestamp_t time, timestamp_t ival);

Asynchronous rearm

26 Apr 09:22
Compare
Choose a tag to compare

To achieve asynchronous rearm and hardware synchronization, the function void rearm(timestamp_t time, timestamp_t ival); have been added.