summaryrefslogtreecommitdiff
path: root/docs/library/esp32.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/esp32.rst')
-rw-r--r--docs/library/esp32.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/library/esp32.rst b/docs/library/esp32.rst
index 0cf0ebc62..e5f39c7f5 100644
--- a/docs/library/esp32.rst
+++ b/docs/library/esp32.rst
@@ -336,6 +336,9 @@ implemented as thin Python shims around :class:`PCNT`.
value. Thus the ``IRQ_ZERO`` event will also trigger when either of these
events occurs.
+See the :ref:`machine.Counter <machine.Counter>` and
+:ref:`machine.Encoder <machine.Encoder>` classes for simpler abstractions of
+common pulse counting applications.
.. _esp32.RMT: