Table of Contents

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 attachInterrupt() for more details). * pin: the pin number of the interrupt to disable (Arduino Due only)

See also

* attachInterrupt()

Source: arduino.cc