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

disableInterrupt()

Examples

Description Disables an interrupt for an INPUT pin

Use this function only in combination with enableInterrupt() and waitForInterrupt(). This should not be called when attachInterrupt() is being used.
Syntax
GPIO.disableInterrupt()
Parameters
Updated on November 15, 2016 04:29:35pm EST

Creative Commons License