Comment update
This commit is contained in:
parent
bc875c32fe
commit
9b36c49893
@ -10,7 +10,7 @@ jumper.pull = digitalio.Pull.UP
|
|||||||
led = digitalio.DigitalInOut(board.D13)
|
led = digitalio.DigitalInOut(board.D13)
|
||||||
led.direction = digitalio.Direction.OUTPUT
|
led.direction = digitalio.Direction.OUTPUT
|
||||||
|
|
||||||
# If the D0 is connected to ground with a wire
|
# If the jumper on D5 is connected
|
||||||
# CircuitPython can write to the drive
|
# CircuitPython can write to the drive
|
||||||
storage.remount("/", jumper.value)
|
storage.remount("/", jumper.value)
|
||||||
led.value = jumper.value
|
led.value = jumper.value
|
||||||
|
Loading…
Reference in New Issue
Block a user