Quote Originally Posted by richard View Post
your not giving us much to work on , but from the data sheet and if you are using INT/int on gp2 then



if you want more help post your code and a sketch/schematic of your setup
Ah....so the interrupt pin must to be GP2 (pin 5)? I can't use any other pin? And "OPTIONREG.6 = 0" would need to be added to my code, not changed in the .bas define files? I shouldn't have to modify anything in the .bas files right?

My code thus far looks exactly likes exactly like the example, but I changed the LED1 var to GPIO.0. I'm following the same schematic as well (going to different I/Os), but I haven't made it that far because PBP won't let me compile.