We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83deea0 commit 9a8b4e9Copy full SHA for 9a8b4e9
shared-bindings/pulseio/__init__.c
@@ -41,10 +41,10 @@
41
//| Individual pulses are commonly used in infrared remotes and in DHT
42
//| temperature sensors.
43
//|
44
-
+//|
45
//| .. warning:: PWMOut is moving to `pwmio` and will be removed from `pulseio`
46
//| in CircuitPython 7.
47
48
//| All classes change hardware state and should be deinitialized when they
49
//| are no longer needed if the program continues after use. To do so, either
50
//| call :py:meth:`!deinit` or use a context manager. See
0 commit comments