This reference is for Processing 3.0+. If you have a previous version, use the reference included with your software in the Help menu. If you see any errors or have suggestions, please let us know. If you prefer a more technical reference, visit the Processing Core Javadoc and Libraries Javadoc.

Name

enableInterrupt()

Examples

Description Enables an interrupt for an INPUT pin

Use this function only when calling waitForInterrupt(). This should not be called when attachInterrupt() is being used.
Syntax
GPIO.enableInterrupt()
Parameters
Updated on December 22, 2018 01:32:07am EST

Creative Commons License