From 9b36c498936957cb66c23d9e0cca63f9bdacf8f2 Mon Sep 17 00:00:00 2001 From: Pierrick C Date: Sun, 9 Sep 2018 11:36:54 +0200 Subject: [PATCH] Comment update --- circuitpython/code/boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuitpython/code/boot.py b/circuitpython/code/boot.py index 11b860a..b7fd045 100644 --- a/circuitpython/code/boot.py +++ b/circuitpython/code/boot.py @@ -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