Add info for rotaryio

This commit is contained in:
Alec Delaney 2022-09-12 20:07:37 -04:00
parent 5a053f9ae5
commit 5a1223fea8
1 changed files with 3 additions and 0 deletions

View File

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