Hi Bruce,

Thank you for the prompt reply.

In darrels example there is the line to enable the external interrupt.

INT_LIST macro ; IntSource, Label, Type, ResetFlag?
INT_Handler INT_INT, _ToggleLED1, PBP, yes

So would I just use INT0_INT, and another with INT1_INT?

Bob...