Phildem / Cath

Simple cooperative multitask helper for Arduino
GNU General Public License v3.0
8 stars 3 forks source link

Added non-blocking delay() macro for cooperative multi-task #4

Open fcerbell opened 1 year ago

fcerbell commented 1 year ago

I made this one for my own multi-task system and it can be reused here.

Phildem commented 1 year ago

Hello, I do not see how this macro may works with a non-préemptive system like Cath. It will always return without any delay. It was really tested with Cath ?