aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/detachinterrupt.rst
blob: f0342dfe3e4ff1458f59279248fa33638c8556c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. _arduino-detachinterrupt:

detachInterrupt(interrupt)
==========================

Description
-----------

Turns off the given interrupt.



Parameters
----------

interrupt: the number of interrupt to disable (0 or 1).



See also
--------


-  `attachInterrupt <http://arduino.cc/en/Reference/AttachInterrupt>`_\ ()