Reference for Wiring version 0027+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.

Name

CHANGE

Examples
...

// attaches myFunction to external interrupt 0 on CHANGE
attachInterrupt(0, myFunction, CHANGE);   

...
Description Reserved word representing a change in value on an external interruption pin.
Syntax
CHANGE
Usage Application
Related LOW
RISING
FALLING
attachInterrupt()
detachInterrupt()
interruptMode()
Updated on September 17, 2010 02:20:03pm PDT

Creative Commons License