ArduinoProcessScheduler icon indicating copy to clipboard operation
ArduinoProcessScheduler copied to clipboard

An Arduino object oriented process scheduler designed to replace them all

Results 8 ArduinoProcessScheduler issues
Sort by recently updated
recently updated
newest added

Are you considering a port to the ESP32 board? or is the project dead?

Discussion here: https://github.com/wizard97/ArduinoProcessScheduler/issues/14

Hello, Is it possible for a process that has completed its intended course of actions to disable and remove itself somehow, or do I need to implement yet another killer...

Tried to integrate this into my project a Makeblock mBot robot. I got all kinds of compiler errors in RingBuff like "'for loop initial declarations are only allowed in C99...

I want to use the functionalitiy of the timeout handling for long running processes (Webbino). For this I have to activate the _PROCESS_EXCEPTION_HANDLING and _PROCESS_TIMEOUT_INTERRUPTS. But when I uncomment the...

I am trying to test the ArduinoProcessScheduler and it seems to me that process priorities are not working properly. The [TestSchedule.ino.txt](https://github.com/wizard97/ArduinoProcessScheduler/files/1112666/TestSchedule.ino.txt) code is expected to run three identical processes with...

Currently, the scheduler is decremented the same variable that is used to store the user set number of iterations. Instead, there should be a counter that should be decremented instead....