Quote Originally Posted by Acetronics View Post
Hi, Andrew

you sure ?




a look to INTCON2 register could help ...

Darrel's goodie only enables/Disables the interrupts ... it's you to set interrupt conditions.

Bouncing looks here a more than a valid reason for "false triggering" ...

Alain
At first I thought it couldn't be a bounce, but then I was just thinking of a "bounce" as I pressed the button. Obviously, a push button can bounce as you release it as well. Simplest thing is probably to just build a delay into the interrupt routine - timing isn't critical in this application and there is no problem holding in the interrupt routine for a few hundred msecs.

Andrew