Programming Reference/Librarys
Question & Answer
Q&A is closed
Turns off the given interrupt.
(:table border=0 cellpadding=5 cellspacing=0 width=80%:)
(:cell width=400px:) detachInterrupt(interrupt
)
(:cellnr width=400px:) detachInterrupt(pin
)
(:cell:) (Arduino Due only
)
(:tableend:)
* interrupt
: the number of the interrupt to disable (see attachInterrupt() for more details).
* pin
: the pin number of the interrupt to disable (Arduino Due only
)
* attachInterrupt()
Source: arduino.cc