Remove warning about lack of support on M0 from rotaryio

It seems that this warning no longer applies.
This commit is contained in:
Radomir Dopieralski 2020-12-08 15:54:34 +01:00
parent ddb3590944
commit 2c546ab768
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@
//| `Wikipedia's Rotary Encoder page <https://en.wikipedia.org/wiki/Rotary_encoder>`_ for more
//| background.
//|
//| .. warning:: This module is not available in some SAMD21 (aka M0) builds. See the :ref:`module-support-matrix` for more info.
//|
//| 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