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

Method waitForInterrupt

java/libraries/io/src/processing/io/GPIO.java:487–489  ·  view source on GitHub ↗
(int pin, int mode, int timeout)

Source from the content-addressed store, hash-verified

485
486
487 public static boolean waitForInterrupt(int pin, int mode, int timeout) {
488 throw new RuntimeException("The waitForInterrupt function has been renamed to waitFor. Please update your sketch accordingly.");
489 }
490
491
492 /**

Callers 2

runMethod · 0.95
waitForMethod · 0.95

Calls 6

checkValidPinMethod · 0.95
isSimulatedMethod · 0.95
pollDeviceMethod · 0.95
getErrorMethod · 0.95
formatMethod · 0.65
printlnMethod · 0.45

Tested by

no test coverage detected