diff options
| author | Radomir Dopieralski <openstack@sheep.art.pl> | 2020-12-08 15:54:34 +0100 |
|---|---|---|
| committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2020-12-08 15:54:34 +0100 |
| commit | 2c546ab768e82accbf6c3ed9a7fe3ce8ddcb9456 (patch) | |
| tree | b5943f2923acd79c0736a71a77e460b3243e95a2 /shared-bindings | |
| parent | ddb3590944f5dd84da94a4a90dc28e865b2b9a30 (diff) | |
Remove warning about lack of support on M0 from rotaryio
It seems that this warning no longer applies.
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/rotaryio/__init__.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-bindings/rotaryio/__init__.c b/shared-bindings/rotaryio/__init__.c index fd8578753..cd967baa4 100644 --- a/shared-bindings/rotaryio/__init__.c +++ b/shared-bindings/rotaryio/__init__.c @@ -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 |
