8000 Removed warning box regarding SAMD21 builds · flummer/circuitpython@a9a2227 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9a2227

Browse files
authored
Removed warning box regarding SAMD21 builds
The support matrix shows that pulseio is supported for all SAMD21/SAMD51 variants. Removing warning to avoid confusion.
1 parent 32b0f1c commit a9a2227

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

shared-bindings/pulseio/__init__.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
//| PWMOut
5555
//|
5656

57-
//| .. warning:: This module is not available in some SAMD21 builds. See the
58-
//| :ref:`module-support-matrix` for more info.
59-
//|
60-
6157
//| All classes change hardware state and should be deinitialized when they
6258
//| are no longer needed if the program continues after use. To do so, either
6359
//| call :py:meth:`!deinit` or use a context manager. See

0 commit comments

Comments
 (0)
0