Skip to content

Commit 2c546ab

Browse files
committed
Remove warning about lack of support on M0 from rotaryio
It seems that this warning no longer applies.
1 parent ddb3590 commit 2c546ab

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
//| `Wikipedia'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)