MrDEB
Well-Known Member
What I plan on doing is have SUB A running then if switch B is closed monetarily then the PIC changes to Sub B. Then after X seconds the pic changes to Sub A.
If switch C is closed Monetarily then the PIC goes to SUB C then back to SUB A
Am I right in assuming that an ISR stops the running routine and starts a different routine?
Wonder if say PORTB.0 and PortB.1 be used for two different tasks?
Enabling the Rows AND doing the ISR.
If switch C is closed Monetarily then the PIC goes to SUB C then back to SUB A
Am I right in assuming that an ISR stops the running routine and starts a different routine?
Wonder if say PORTB.0 and PortB.1 be used for two different tasks?
Enabling the Rows AND doing the ISR.