We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832aa9c commit fd33b9bCopy full SHA for fd33b9b
java/libraries/io/src/processing/io/GPIO.java
@@ -458,8 +458,6 @@ public static void waitFor(int pin, int mode) {
458
* Waits for the value of an input pin to change
459
*
460
* This function will throw a RuntimeException in case of a timeout.
461
- * @param pin GPIO pin
462
- * @param mode what to wait for: GPIO.CHANGE, GPIO.FALLING or GPIO.RISING
463
* @param timeout don't wait more than timeout milliseconds
464
* @webref
465
*/
0 commit comments