Framework (A-Z)

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

Name

CHANGE

Examples
//...

// attaches myFunction to external interrupt 2 on CHANGE
attachInterrupt(EXTERNAL_INTERRUPT_2, 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 July 07, 2011 11:07:59pm PDT

Creative Commons License