Thanks for the quick relply, just some last bit of confusion left:
1) When interrupt will happen while waiting for an RF signal - How do I send the code to go from ISR to main label?
2) Can I disable the interrupt in the ISR? for eg:
Code:_ToggleLED: @INT_Disable goto main @INT_Return ' Should I use this if I am sending the code to another label?
Bookmarks