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() |