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

Method waitFor

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

Waits for the value of an input pin to change @param pin GPIO pin @param mode what to wait for: GPIO.CHANGE, GPIO.FALLING or GPIO.RISING @webref

(int pin, int mode)

Source from the content-addressed store, hash-verified

465 * @webref
466 */
467 public static void waitFor(int pin, int mode) {
468 waitFor(pin, mode, -1);
469 }
470
471
472 /**

Callers 8

handleSettingsMethod · 0.80
launchMethod · 0.80
execMethod · 0.80
copyDirNativeMethod · 0.80
executeMethod · 0.80
openFolderAvailableMethod · 0.80
isXcodeInstalledMethod · 0.80
runMethod · 0.80

Calls 2

enableInterruptMethod · 0.95
waitForInterruptMethod · 0.95

Tested by

no test coverage detected