File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
java/libraries/io/src/processing/io Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ public static void releasePin(int pin) {
505505 *
506506 * Make sure to setup the interrupt with enableInterrupt() before calling
507507 * this function. A timeout value of -1 waits indefinitely.
508+ * @param pin GPIO pin
508509 * @param timeout don't wait more than timeout milliseconds
509510 * @return true if the interrupt occured, false if the timeout occured
510511 * @see enableInterrupt
@@ -536,6 +537,7 @@ public static boolean waitForInterrupt(int pin, int timeout) {
536537 * Make sure to setup the interrupt with enableInterrupt() before calling
537538 * this function. This function will wait indefinitely for an interrupt
538539 * to occur.
540+ * @parm pin GPIO pin
539541 * @see enableInterrupt
540542 * @see disableInterrupt
541543 */
You can’t perform that action at this time.
0 commit comments