Removed warning box regarding SAMD21 builds

The support matrix shows that pulseio is supported for all SAMD21/SAMD51 variants. Removing warning to avoid confusion.
This commit is contained in:
Jason Pecor 2019-05-27 14:08:19 -05:00 committed by GitHub
parent 32b0f1c78e
commit a9a2227167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,10 +54,6 @@
//| PWMOut
//|
//| .. warning:: This module is not available in some SAMD21 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