Reference for Wiring version 0024+. 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
attachInterrupt(0, myFunction, CHANGE);  // attaches myFunction to external interrupt 0 on 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 December 03, 2009 07:01:41pm PST

Creative Commons License