Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/15/04 13:13
Read: times


 
#83144 - HUH ?
Responding to: ???'s previous message
// infinite loop
while (1) {
Task1 ();
Task2 ();
}
...
Every task/function is called every xx milliseconds with different timings, e.g. Task1 () is called before Task2 () and every 10 millisec, Task2 () is called after Task1 () and every 20 millisecs.


The workloop is fine, looks like any other, but where does the milliseconds come in?

Erik



List of 6 messages in thread
TopicAuthorDate
Making embedded programs            01/01/70 00:00      
   State machine...            01/01/70 00:00      
   look here            01/01/70 00:00      
      Variations on a theme            01/01/70 00:00      
   HUH ?            01/01/70 00:00      
      Code inside Task ()            01/01/70 00:00      

Back to Subject List