ArduinoProcessScheduler icon indicating copy to clipboard operation
ArduinoProcessScheduler copied to clipboard

Add a counter to count iterations, not modifying the actual set iterations.

Open wizard97 opened this issue 8 years ago • 0 comments

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.

Upon the process being added the value of the user set iterations should be used to initialize the counter value.

#1

wizard97 avatar Nov 22 '16 22:11 wizard97