mirror of
https://github.com/processing/processing4.git
synced 2026-04-21 11:44:23 +02:00
IO: Fix waitFor(pin, mode)
This commit is contained in:
@@ -450,7 +450,7 @@ public class GPIO {
|
||||
* @webref
|
||||
*/
|
||||
public static void waitFor(int pin, int mode) {
|
||||
waitForInterrupt(pin, mode, -1);
|
||||
waitFor(pin, mode, -1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user