aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit6432343170fc6f7d24e75220948c5d4c38394476 (patch)
tree89b1ad425c0bd55d8b0f4e70fcbc50cd715afeeb /source/external-interrupts.rst
parentc10885c4b682ea91d700c257bd71dbeb204199ba (diff)
downloadlibrambutan-6432343170fc6f7d24e75220948c5d4c38394476.tar.gz
librambutan-6432343170fc6f7d24e75220948c5d4c38394476.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 'source/external-interrupts.rst')
-rw-r--r--source/external-interrupts.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/external-interrupts.rst b/source/external-interrupts.rst
index ac065a4..ccb9afd 100644
--- a/source/external-interrupts.rst
+++ b/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
------------------