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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/10/02 16:32
Read: times


 
#22830 - RE: Timer and Char Input
try this (pseudocode)
Timer 0 ISR:

set task1 flag

Timer 1 ISR:

set task 2 flag

Main:

if task 1 flag
{clear task 1 flag
call task 1
}

if task 2 flag
{clear task 2 flag
call task 2
}

goto Main


Have fun,

Erik



List of 10 messages in thread
TopicAuthorDate
Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      
RE: Timer and Char Input            01/01/70 00:00      

Back to Subject List