view history edit print login register

Simple interrupt examples

With Arduino 007, there is a simpler method for this: see attachInterrupt(..)

More complex examples

  • DCF77 receiver clock uses both external and timer interrupts.

  • Interfacing with the Parallax ultrasonic PING module using interrupts - Code