Skip to content

Commit 8148546

Browse files
committed
fix digital ch
1 parent 92c9fbf commit 8148546

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

content/micropython/02.micropython-course/course/04.digital/03.digital.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ So how does digital signals work? Well, it is quite simple! In the case of the b
2323
For the LED, we can do sort of the reverse: we can write a HIGH / LOW state to it. If we connect the LED to a **digital pin** on the Arduino, we can therefore turn it on or off, by writing a **"1"** or **"0"** to it.
2424

2525
<video width="100%" loop autoplay>
26-
<source src="assets/button+led.mp4" type="video/mp4" />
26+
<source src="assets/button-led.mp4" type="video/mp4" />
2727
</video>
2828

2929
## Exercise 1: Read a Button
File renamed without changes.

0 commit comments

Comments
 (0)