Disables an interrupt for an input pin @param pin GPIO pin @see enableInterrupt @see waitForInterrupt
(int pin)
| 287 | * @see waitForInterrupt |
| 288 | */ |
| 289 | protected static void disableInterrupt(int pin) { |
| 290 | enableInterrupt(pin, NONE); |
| 291 | } |
| 292 | |
| 293 | |
| 294 | /** |
no test coverage detected