Skip to content

Commit 1df0334

Browse files
authored
Merge pull request #3806 from pewpew-game/rotarydoc
Remove warning about lack of support on M0 from rotaryio
2 parents 7250925 + 2c546ab commit 1df0334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared-bindings/rotaryio/__init__.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
//| `Uncyclopedia's Rotary Encoder page <https://en.wikipedia.org/wiki/Rotary_encoder>`_ for more
4040
//| background.
4141
//|
42-
//| .. warning:: This module is not available in some SAMD21 (aka M0) builds. See the :ref:`module-support-matrix` for more info.
43-
//|
4442
//| All classes change hardware state and should be deinitialized when they
4543
//| are no longer needed if the program continues after use. To do so, either
4644
//| call :py:meth:`!deinit` or use a context manager. See

0 commit comments

Comments
 (0)