Перейти к контенту
← Назад

detachInterrupt()

Description

Turns off the given interrupt.

Syntax

Parameters

interrupt: the number of the interrupt to disable (see attachInterrupt() for more details).
pin: the Arduino pin number of the interrupt to disable

Returns

Nothing

See also