We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a053f9 commit 5a1223fCopy full SHA for 5a1223f
shared-bindings/rotaryio/__init__.c
@@ -39,6 +39,9 @@
39
//| `Wikipedia's Rotary Encoder page <https://en.wikipedia.org/wiki/Rotary_encoder>`_ for more
40
//| background.
41
//|
42
+//| For more information on working with rotary encoders using this library, see
43
+//| `this Learn Guide <https://learn.adafruit.com/rotary-encoder>`_.
44
+//|
45
//| All classes change hardware state and should be deinitialized when they
46
//| are no longer needed if the program continues after use. To do so, either
47
//| call :py:meth:`!deinit` or use a context manager. See
0 commit comments