Hi,
I have a program in picbasic pro using external interrupt on RB0 (user input). I would like to have a second interrupt (temperature sensor) Lets say TMR0. What I can read so far, both interrupt are called using the 'ON INTERRUPT Goto MyInterrupt' command. I know fron Darrel's interrupt page it is possible to have multiple interrupt in ASM, but I am using picbasic. Is it possible to have two different interrupt in picbasic?
K
Bookmarks