diff options
Diffstat (limited to 'source/arduino/detachinterrupt.rst')
-rw-r--r-- | source/arduino/detachinterrupt.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/source/arduino/detachinterrupt.rst b/source/arduino/detachinterrupt.rst new file mode 100644 index 0000000..f0342df --- /dev/null +++ b/source/arduino/detachinterrupt.rst @@ -0,0 +1,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>`_\ () + + |