Updated formatting.
This commit is contained in:
parent
f7e735b492
commit
66eca9c35e
@ -5,10 +5,12 @@ _LDO_PIN = digitalio.DigitalInOut(board.LDO_CONTROL)
|
||||
_LDO_PIN.direction = digitalio.Direction.OUTPUT
|
||||
_LDO_PIN.value = True
|
||||
|
||||
|
||||
def ldo_on():
|
||||
global _LDO_PIN
|
||||
_LDO_PIN.value = True
|
||||
|
||||
|
||||
def ldo_off():
|
||||
global _LDO_PIN
|
||||
_LDO_PIN.value = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user