|
Re: quick question: TIMERS
Quote:
|
Originally Posted by Astronouth7303
I didn't have IE set to 1, but I didn't think it would make a difference (it would just be slower, right?)
|
If you mean:
INTCON3bits.INT2IE = 1;
Yes, this is required. It's your on/off switch for individual interrupts. It enables the interrupt which is disabled by default. Otherwise, nothing will happen.
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
Last edited by Mark McLeod : 15-03-2004 at 11:14.
|