diff options
Diffstat (limited to 'source/external-interrupts.rst')
-rw-r--r-- | source/external-interrupts.rst | 9 |
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 ------------------ |