Add empty lines
This commit is contained in:
parent
83deea0e03
commit
9a8b4e98bf
|
@ -41,10 +41,10 @@
|
||||||
//| Individual pulses are commonly used in infrared remotes and in DHT
|
//| Individual pulses are commonly used in infrared remotes and in DHT
|
||||||
//| temperature sensors.
|
//| temperature sensors.
|
||||||
//|
|
//|
|
||||||
|
//|
|
||||||
//| .. warning:: PWMOut is moving to `pwmio` and will be removed from `pulseio`
|
//| .. warning:: PWMOut is moving to `pwmio` and will be removed from `pulseio`
|
||||||
//| in CircuitPython 7.
|
//| in CircuitPython 7.
|
||||||
|
//|
|
||||||
//| All classes change hardware state and should be deinitialized when they
|
//| 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
|
//| are no longer needed if the program continues after use. To do so, either
|
||||||
//| call :py:meth:`!deinit` or use a context manager. See
|
//| call :py:meth:`!deinit` or use a context manager. See
|
||||||
|
|
Loading…
Reference in New Issue