|
Re: quick question: TIMERS
Quote:
|
Originally Posted by Astronouth7303
Banner interupts work, but not timers.
|
Sorry I mistyped and used the external interrupt flag. I meant to type:
Code:
PIE1bits.TMR1IE = 1;
This is required to turn on interrupt on timer overflow.
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
|