diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-08-21 11:36:50 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-08-21 11:36:50 -0700 |
| commit | 9a8b4e98bf0880a5ca703077faa0028c28f17ebb (patch) | |
| tree | d678bfe91a8773ebc1affeb90aa731e5f9e76fe8 /shared-bindings | |
| parent | 83deea0e0364cfce83d6cf1c5c5f150a1a986d93 (diff) | |
Add empty lines
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/pulseio/__init__.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/pulseio/__init__.c b/shared-bindings/pulseio/__init__.c index 624cd2dfe..bfe9635f0 100644 --- a/shared-bindings/pulseio/__init__.c +++ b/shared-bindings/pulseio/__init__.c @@ -41,10 +41,10 @@ //| Individual pulses are commonly used in infrared remotes and in DHT //| temperature sensors. //| - +//| //| .. warning:: PWMOut is moving to `pwmio` and will be removed from `pulseio` //| in CircuitPython 7. - +//| //| 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 |
