Dear PIC'ers,

I am building a project that uses an optical encoder and 3 position sensors.
The encoder needs to interrupt the main program every time it pulses but the sensors also need their own interrupt but with another routine.

I am using Darrel Taylor's instant interrupts and wonder if it is possible to use the PORTB change interrupt that goes to one routine and the INT (PORTB.0) interrupt to go to another without PORTB change interrupts seeing PORTB.0 as one of it's pins changing.

Long story short, exclude Bit 0 of PortB when using PORTB change interrupt?

Regards

Chris Rhomberg