(int pin, int mode, int timeout)
| 485 | |
| 486 | |
| 487 | public static boolean waitForInterrupt(int pin, int mode, int timeout) { |
| 488 | throw new RuntimeException("The waitForInterrupt function has been renamed to waitFor. Please update your sketch accordingly."); |
| 489 | } |
| 490 | |
| 491 | |
| 492 | /** |
no test coverage detected