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.
2 parents 7250925 + 2c546ab commit 1df0334Copy full SHA for 1df0334
shared-bindings/rotaryio/__init__.c
@@ -39,8 +39,6 @@
39
//| `Uncyclopedia's Rotary Encoder page <https://en.wikipedia.org/wiki/Rotary_encoder>`_ for more
40
//| background.
41
//|
42
-//| .. warning:: This module is not available in some SAMD21 (aka M0) builds. See the :ref:`module-support-matrix` for more info.
43
-//|
44
//| All classes change hardware state and should be deinitialized when they
45
//| are no longer needed if the program continues after use. To do so, either
46
//| call :py:meth:`!deinit` or use a context manager. See
0 commit comments