aboutsummaryrefslogtreecommitdiffstats
path: root/source/external-interrupts.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-28 11:23:33 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-28 11:23:33 -0500
commitd9cbd78e29d42e70bb46641dd43ee0772c8c975f (patch)
tree80a67cba4468dbcd89b3cd23ad56695b1f146c66 /source/external-interrupts.rst
parent546b34076d230b617ba86defb6b90cd934b01878 (diff)
downloadlibrambutan-d9cbd78e29d42e70bb46641dd43ee0772c8c975f.tar.gz
librambutan-d9cbd78e29d42e70bb46641dd43ee0772c8c975f.zip
reorganized all the arduino/ docs into a lang/ subdirectory since
they're properly CC attributed now.
Diffstat (limited to 'source/external-interrupts.rst')
-rw-r--r--source/external-interrupts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/external-interrupts.rst b/source/external-interrupts.rst
index 39828e3..79492ef 100644
--- a/source/external-interrupts.rst
+++ b/source/external-interrupts.rst
@@ -76,7 +76,7 @@ The following table shows which pins can be used on which lines.
.. note::
- You should set the :ref:`pin mode <arduino-pinmode>` of your
+ You should set the :ref:`pin mode <lang-pinmode>` of your
desired pin to an input mode (e.g ``INPUT`` or ``INPUT_FLOATING``,
``INPUT_PULLUP``, ``INPUT_PULLDOWN``).