Hi all, I have a working program that uses serial interrupts for communications. I need to add a timer that will count to say...30 seconds. I can check for it in my main loop and do something when it reaches 30. Or maybe use the timer interrupt. The only problem is I dont want to jump to my serial code for the timer interrupt. Any ideas?
Bookmarks