Add more runs to a task #2

Open
opened 2015-03-14 13:04:29 +00:00 by GoogleCodeExporter · 0 comments
GoogleCodeExporter commented 2015-03-14 13:04:29 +00:00 (Migrated from github.com)
Suppose a stepper-motor function needs to run 100 times to turn 100 steps. 
If the user pushes a button, it needs to run another 100 steps. Instead of 
waiting for the first task to be ready and add a new one, we want to add 
100 steps.
Also, we need a function to substract a number of runs.

Original issue reported on code.google.com by john.zan...@gmail.com on 23 Nov 2009 at 8:23

``` Suppose a stepper-motor function needs to run 100 times to turn 100 steps. If the user pushes a button, it needs to run another 100 steps. Instead of waiting for the first task to be ready and add a new one, we want to add 100 steps. Also, we need a function to substract a number of runs. ``` Original issue reported on code.google.com by `john.zan...@gmail.com` on 23 Nov 2009 at 8:23
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
John/ArduinoMultitimer#2
No description provided.