Wow that was quick reply Mister_E!

Quote Originally Posted by mister_e View Post
i've edited my previous post. Also, let's say you want to use INT0 (RB0), you want to disable the multiplexed ADC on it (see ADCON1 register pdf page 155).

INT_INT will work only with RB0, while RBC_INT will work with PORTB<7:4> pins (see INTCON page 25, and section 5.2 page 58).
Yes, checked the PDF pg 155, but isn't ADCON1 = 15 doing that?
That should make all ports digital?

I agree the port change 7:4 would be better, but I plan to use RB5 for CCP3...so that is not really possible. I think I should use the RB0 external interrupt.