Index
 
  The Wiring 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: hbarragan [at] uniandes.edu.co
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()