======detachInterrupt() ====== ====Description ==== Turns off the given interrupt. ====Syntax ==== (:table border=0 cellpadding=5 cellspacing=0 width=80%:) (:cell width=400px:) detachInterrupt(''interrupt'') (:cellnr width=400px:) detachInterrupt(''pin'') (:cell:) (''Arduino Due only'') (:tableend:) ====Parameters ==== * ''interrupt'': the number of the interrupt to disable (see [[arduino:external interrupts:AttachInterrupt]] for more details). * ''pin'': the pin number of the interrupt to disable (''Arduino Due only'') ====See also ==== * [[arduino:external interrupts:AttachInterrupt]]\\ \\ Source: arduino.cc