I am looking for a five minute delay program for a project of mine. If anyone can help please email me a.s.a.p. Thank you
Just set up a timer with a 10ms interrupt rate, Then have the timer ISR decrement a int counter 500 times until it reaches zero then set a bit flag. You restart the timer by clearing the bit flag. And 60 occurrences of the above results in 5 minutes.
Don't give it away!