Hi guys,
I'm trying to figure out how to trigger a routine when a especific pin changes from digital low to high.
I can eventually create a jump to a short check on that pin and then return to the main program but my first though was to use an interrupt and leave the check task to it.
Interrupt on change (IOC) was my first guess but checking the 18F2580 datasheet I cannot find any IOC register.
Does this mean that I cannot use an interrupt for this task on this MCU?
Bookmarks