Skip to content

Commit fd33b9b

Browse files
committed
IO: Remove duplicate argument listing in Reference
1 parent 832aa9c commit fd33b9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/libraries/io/src/processing/io/GPIO.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,6 @@ public static void waitFor(int pin, int mode) {
458458
* Waits for the value of an input pin to change
459459
*
460460
* 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
463461
* @param timeout don't wait more than timeout milliseconds
464462
* @webref
465463
*/

0 commit comments

Comments
 (0)