mirror of
https://github.com/processing/processing4.git
synced 2026-04-22 04:04:47 +02:00
IO: Remove unused internal method
This commit is contained in:
@@ -511,19 +511,4 @@ public class GPIO {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Waits for the value of an input pin to change
|
||||
*
|
||||
* Make sure to setup the interrupt with enableInterrupt() before calling
|
||||
* this function. This function will wait indefinitely for an interrupt
|
||||
* to occur.
|
||||
* @parm pin GPIO pin
|
||||
* @see enableInterrupt
|
||||
* @see disableInterrupt
|
||||
*/
|
||||
protected static void waitForInterrupt(int pin) {
|
||||
waitForInterrupt(pin, -1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user