Disables an interrupt for an input pin @param pin GPIO pin @see enableInterrupt @see waitForInterrupt
(int pin)
| 259 | * @see waitForInterrupt |
| 260 | */ |
| 261 | protected static void disableInterrupt(int pin) { |
| 262 | enableInterrupt(pin, NONE); |
| 263 | } |
| 264 | |
| 265 | |
| 266 | /** |
no test coverage detected