diff options
-rw-r--r-- | source/adc.rst | 5 | ||||
-rw-r--r-- | source/external-interrupts.rst | 3 | ||||
-rw-r--r-- | source/timers.rst | 3 | ||||
-rw-r--r-- | source/usart.rst | 3 |
4 files changed, 4 insertions, 10 deletions
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 <maple-adc-bank>` * :ref:`Maple RET6 Edition <maple-ret6-adc-bank>` * :ref:`Maple Mini <maple-mini-adc-bank>` - -.. :ref:`Maple Native <maple-native-adc-bank>` +* :ref:`Maple Native Beta <maple-native-b-adc-bank>` 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 <maple-exti-map>` * :ref:`Maple RET6 Edition <maple-ret6-exti-map>` * :ref:`Maple Mini <maple-mini-exti-map>` +* :ref:`Maple Native Beta <maple-native-b-exti-map>` 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 <maple-timer-map>` * :ref:`Maple RET6 Edition <maple-ret6-timer-map>` * :ref:`Maple Mini <maple-mini-timer-map>` +* :ref:`Maple Native Beta <maple-native-b-timer-map>` 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 <maple-usart-map>` * :ref:`Maple RET6 Edition <maple-ret6-usart-map>` * :ref:`Maple Mini <maple-mini-usart-map>` +* :ref:`Maple Native Beta <maple-native-b-usart-map>` If you use a particular serial port, you cannot also use its communication pins for other purposes at the same time. |