Show minor edits - Show changes to markup
(:cell width=400px:) detachInterrupt(interrupt) (:cellnr width=400px:) detachInterrupt(pin)
(:cell width=400px:) detachInterrupt(interrupt) (:cellnr width=400px:) detachInterrupt(pin)
(:table border=0 cellpadding=5 cellspacing=0 width=80%:) (:cell width=150px:) interrupt: (:cell width=240px:) the number of interrupt to disable (see attachInterrupt() for more details).
(:cellnr width=150px:) pin: (:cell width=240px:) the pin number (:cell:)(Arduino Due only) (:tableend:)
detachInterrupt(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 interrupt to disable (0 or 1).
(:table border=0 cellpadding=5 cellspacing=0 width=80%:) (:cell width=150px:) interrupt: (:cell width=240px:) the number of interrupt to disable (see attachInterrupt() for more details).
(:cellnr width=150px:) pin: (:cell width=240px:) the pin number (:cell:)(Arduino Due only) (:tableend:)
detachInterrupt(interrupt)
Turns off the given interrupt.
interrupt: the number of interrupt to disable (0 or 1).