From 81485464bde31a34ec4a34bce06ebd0ec685f930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: 2024年1月24日 11:29:51 +0100 Subject: [PATCH] fix digital ch --- .../course/04.digital/03.digital.md | 2 +- .../assets/{button+led.mp4 => button-led.mp4} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename content/micropython/02.micropython-course/course/04.digital/assets/{button+led.mp4 => button-led.mp4} (100%) diff --git a/content/micropython/02.micropython-course/course/04.digital/03.digital.md b/content/micropython/02.micropython-course/course/04.digital/03.digital.md index 8dcd3ab539..3d85611e5c 100644 --- a/content/micropython/02.micropython-course/course/04.digital/03.digital.md +++ b/content/micropython/02.micropython-course/course/04.digital/03.digital.md @@ -23,7 +23,7 @@ So how does digital signals work? Well, it is quite simple! In the case of the b 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. ## Exercise 1: Read a Button diff --git a/content/micropython/02.micropython-course/course/04.digital/assets/button+led.mp4 b/content/micropython/02.micropython-course/course/04.digital/assets/button-led.mp4 similarity index 100% rename from content/micropython/02.micropython-course/course/04.digital/assets/button+led.mp4 rename to content/micropython/02.micropython-course/course/04.digital/assets/button-led.mp4