Comment update

This commit is contained in:
Pierrick C 2018-09-09 11:36:54 +02:00
parent bc875c32fe
commit 9b36c49893
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jumper.pull = digitalio.Pull.UP
led = digitalio.DigitalInOut(board.D13)
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
storage.remount("/", jumper.value)
led.value = jumper.value