Instead of using the interrupts and blocking my port and all... i inserted the counter section into my main loops and making it count as it was in the interrupt, and without even enabling or...
Type: Posts; User: jamshid.dastur; Keyword(s):
Instead of using the interrupts and blocking my port and all... i inserted the counter section into my main loops and making it count as it was in the interrupt, and without even enabling or...
Dear fellows, I'm trying to implement a timer which would get enabled on a specific action perfor a specific task ones the time is reached.
I've achieved the timer thing using interrupts and...