BIT 7 Enables all unmasked interruptsWhat does INTCON = %10010000 do exactly
BIT 4 Enables INT0 which is RB0
For the others INTCON3 will have bits 3 and 4 set
INTCON3 = %00011000
BIT 7 Enables all unmasked interruptsWhat does INTCON = %10010000 do exactly
BIT 4 Enables INT0 which is RB0
For the others INTCON3 will have bits 3 and 4 set
INTCON3 = %00011000
Dave
Always wear safety glasses while programming.
Bookmarks