Index
 
  Reference for Wiring 1.0 (ALPHA) 0021+. 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   Web & Application
   
Related   LOW
RISING
FALLING
attachInterrupt()
detachInterrupt()
interruptMode()