From 64a89ce0c4dc6adf5fc9dc77f3036e6026d84e29 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 8 Sep 2011 01:46:34 -0400 Subject: Add links to Native Beta pin maps from peripheral pages. --- source/adc.rst | 5 +---- source/external-interrupts.rst | 3 +-- source/timers.rst | 3 +-- source/usart.rst | 3 +-- 4 files changed, 4 insertions(+), 10 deletions(-) (limited to 'source') diff --git a/source/adc.rst b/source/adc.rst index 451e7f0..f510d2b 100644 --- a/source/adc.rst +++ b/source/adc.rst @@ -57,13 +57,10 @@ additional functionality, cost, and package size. More information on these isolated pins is available in each board's hardware documentation: -.. FIXME [0.0.12, Maple Native] - * :ref:`Maple ` * :ref:`Maple RET6 Edition ` * :ref:`Maple Mini ` - -.. :ref:`Maple Native ` +* :ref:`Maple Native Beta ` That said, there are a number of more general things you can do to try to get good readings. If your input voltage changes relatively diff --git a/source/external-interrupts.rst b/source/external-interrupts.rst index 1ab65be..2cf9aea 100644 --- a/source/external-interrupts.rst +++ b/source/external-interrupts.rst @@ -34,14 +34,13 @@ because every pin on the Maple connects to what is called an *EXTI line*, and only one pin per EXTI line can be used for external interrupts at a time [#fextisports]_. -.. 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 ` * :ref:`Maple RET6 Edition ` * :ref:`Maple Mini ` +* :ref:`Maple Native Beta ` Function Reference ------------------ diff --git a/source/timers.rst b/source/timers.rst index ce33f7f..0fa0976 100644 --- a/source/timers.rst +++ b/source/timers.rst @@ -82,11 +82,10 @@ you want to use both timer interrupts and PWM in the same program. Refer to your board's timer pin map to match up timer channels and pin numbers: -.. TODO [0.0.12] Native links - * :ref:`Maple ` * :ref:`Maple RET6 Edition ` * :ref:`Maple Mini ` +* :ref:`Maple Native Beta ` Overhead ^^^^^^^^ diff --git a/source/usart.rst b/source/usart.rst index fa9c55c..4807431 100644 --- a/source/usart.rst +++ b/source/usart.rst @@ -22,8 +22,6 @@ pin, and your Maple board's ground to your device's ground. .. warning:: Don't connect these pins directly to an RS232 serial port; they operate at +/- 12V and can damage your board. -.. TODO [0.0.12/Maple Native] UART4 and UART5, Native links - Each LeafLabs board has at least 3 separate USART devices. In the most simple use case, the RX and TX pins are used to send data at a predetermined speed (or *baud rate*). Their usage is documented in @@ -36,6 +34,7 @@ available here: * :ref:`Maple ` * :ref:`Maple RET6 Edition ` * :ref:`Maple Mini ` +* :ref:`Maple Native Beta ` If you use a particular serial port, you cannot also use its communication pins for other purposes at the same time. -- cgit v1.2.3