aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/external-interrupts.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-25 01:14:33 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-26 02:42:07 -0400
commit6bf24f14a33b7e6d4565cd147ad4d2252dba77ff (patch)
tree5b1daa2343b00254f9be514b5b6adef6a23b5018 /docs/source/external-interrupts.rst
parent69068c8ac050f6b6202da64e22de384af21b7339 (diff)
downloadlibrambutan-6bf24f14a33b7e6d4565cd147ad4d2252dba77ff.tar.gz
librambutan-6bf24f14a33b7e6d4565cd147ad4d2252dba77ff.zip
Docs: Add Maple Mini information
Flesh out and uncomment maple-mini.rst. Add links to pieces of it in various appropriate places throughout the rest of the documentation.
Diffstat (limited to 'docs/source/external-interrupts.rst')
-rw-r--r--docs/source/external-interrupts.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/source/external-interrupts.rst b/docs/source/external-interrupts.rst
index ac065a4..ccb9afd 100644
--- a/docs/source/external-interrupts.rst
+++ b/docs/source/external-interrupts.rst
@@ -37,17 +37,20 @@ means that every pin on the Maple connects to what is called an *EXTI
line*, and within an EXTI line, only one of the pins that connects to
it can be used to detect external interrupts at a time.
+.. TODO [0.0.12] Maple Native links
+
The EXTI Line Pin Map for your board lists which pins connect to which
EXTI lines:
* :ref:`Maple <maple-exti-map>`
* :ref:`Maple RET6 Edition <maple-ret6-exti-map>`
+* :ref:`Maple Mini <maple-mini-exti-map>`
.. note::
- 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``).
+ You should set the :ref:`pin mode <lang-pinmode>` of your desired
+ pin to an input mode (e.g. ``INPUT``, ``INPUT_PULLUP``,
+ ``INPUT_PULLDOWN``).
Function Reference
------------------