(int pin, int mode, int timeout)
| 573 | |
| 574 | |
| 575 | public static boolean waitForInterrupt(int pin, int mode, int timeout) { |
| 576 | throw new RuntimeException("The waitForInterrupt function has been renamed to waitFor. Please update your sketch accordingly."); |
| 577 | } |
| 578 | |
| 579 | |
| 580 | /** |
no test coverage detected