Syncing Oscilloscope To Interrupt Activity

Oscilloscope

Debugging interrupt service routines can be very tricky.  It's not like you can print out variabes to the serial port as you might when debugging code outside the interrupt.  One way you can can get some idea of what your code is doing in the ISR is to pulse ...

more ...