Skip to content

Commit 5a1223f

Browse files
committed
Add info for rotaryio
1 parent 5a053f9 commit 5a1223f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared-bindings/rotaryio/__init__.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
//| `Wikipedia's Rotary Encoder page <https://en.wikipedia.org/wiki/Rotary_encoder>`_ for more
4040
//| background.
4141
//|
42+
//| For more information on working with rotary encoders using this library, see
43+
//| `this Learn Guide <https://learn.adafruit.com/rotary-encoder>`_.
44+
//|
4245
//| All classes change hardware state and should be deinitialized when they
4346
//| are no longer needed if the program continues after use. To do so, either
4447
//| call :py:meth:`!deinit` or use a context manager. See

0 commit comments

Comments
 (0)