Skip to content

Commit 9a8b4e9

Browse files
committed
Add empty lines
1 parent 83deea0 commit 9a8b4e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/pulseio/__init__.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
//| Individual pulses are commonly used in infrared remotes and in DHT
4242
//| temperature sensors.
4343
//|
44-
44+
//|
4545
//| .. warning:: PWMOut is moving to `pwmio` and will be removed from `pulseio`
4646
//| in CircuitPython 7.
47-
47+
//|
4848
//| All classes change hardware state and should be deinitialized when they
4949
//| are no longer needed if the program continues after use. To do so, either
5050
//| call :py:meth:`!deinit` or use a context manager. See

0 commit comments

Comments
 (0)