MCPcopy Index your code
hub / github.com/processing/processing / disableInterrupt

Method disableInterrupt

java/libraries/io/src/processing/io/GPIO.java:261–263  ·  view source on GitHub ↗

Disables an interrupt for an input pin @param pin GPIO pin @see enableInterrupt @see waitForInterrupt

(int pin)

Source from the content-addressed store, hash-verified

259 * @see waitForInterrupt
260 */
261 protected static void disableInterrupt(int pin) {
262 enableInterrupt(pin, NONE);
263 }
264
265
266 /**

Callers 1

releaseInterruptMethod · 0.95

Calls 1

enableInterruptMethod · 0.95

Tested by

no test coverage detected