docs: Remove spaces on lines that are empty.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user