Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cc14a38

Browse files
Merge pull request #1704 from arduino/karlsoderby/mp101-videofix
[MicroPython] Fix video bug
2 parents fe7dda7 + 8148546 commit cc14a38

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)

AltStyle によって変換されたページ (->オリジナル) /