aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/timers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/timers.rst')
-rw-r--r--docs/source/timers.rst16
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/source/timers.rst b/docs/source/timers.rst
index 403193f..e23579d 100644
--- a/docs/source/timers.rst
+++ b/docs/source/timers.rst
@@ -77,11 +77,17 @@ your program.
PWM Conflicts
^^^^^^^^^^^^^
-Because PWM functionality on a given pin depends on
-the configuration of the timer and channel, you must chose your
-channels carefully if you want to use both timer interrupts and PWM in
-the same program. Refer to your board's :ref:`Timer Pin Map
-<gpio-pin-maps>` to match up timer channels and pin numbers.
+Because PWM functionality on a given pin depends on the configuration
+of the timer and channel, you must chose your channels carefully if
+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>`
Overhead
^^^^^^^^