docs: Remove spaces on lines that are empty.

This commit is contained in:
Damien George
2019-12-04 15:02:54 +11:00
parent 40cc7ec677
commit 90c524c114
24 changed files with 53 additions and 53 deletions

View File

@@ -359,10 +359,10 @@ Notes:
To further reduce power consumption it is possible to disable the internal pullups::
p1 = Pin(4, Pin.IN, Pin.PULL_HOLD)
After leaving deepsleep it may be necessary to un-hold the pin explicitly (e.g. if
it is an output pin) via::
p1 = Pin(4, Pin.OUT, None)
OneWire driver