mikaelpatel / Arduino-Scheduler

Portable Cooperative Multi-tasking Scheduler for Arduino
https://mikaelpatel.github.io/Arduino-Scheduler/
163 stars 41 forks source link

Added example of run to completion tasks #24

Closed rstoica closed 7 years ago

rstoica commented 7 years ago

The changes I did on yield() I was forced to do in a bigger project due to namespace resolution issues I got between a wrapper on top of the Scheduler library and the yield() from the global namespace of Arduino.

If you think they are not necessary please ignore them.