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 636b245

Browse files
updated micropython videos
1 parent 92c9fbf commit 636b245

File tree

1 file changed

+3
-3
lines changed
  • content/micropython/02.micropython-course/course/08.examples

1 file changed

+3
-3
lines changed

‎content/micropython/02.micropython-course/course/08.examples/examples.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ while True:
8989
Now whenever you press the button you should see `Button pressed` being printed in the REPL.
9090

9191
<video width="100%" loop autoplay>
92-
<source src="assets/Button.mp4" type="video/mp4" />
92+
<source src="assets/button.mp4" type="video/mp4" />
9393
</video>
9494

9595
## LED
@@ -449,7 +449,7 @@ if imu.device_check():
449449
Move around your sensor to see the numbers in the REPL change. This is the acceleration data recorded. This data can be used to trigger specific things whenever a specific movements is initialized.
450450

451451
<video width="100%" loop autoplay>
452-
<source src="assets/Accelerometer.mp4" type="video/mp4" />
452+
<source src="assets/accelerometer.mp4" type="video/mp4" />
453453
</video>
454454

455455
## Sound Sensor
@@ -490,7 +490,7 @@ while True:
490490
After running the script, test it out by clapping your hands or making other loud noises next to the sensor. You should see the output change in the REPL.
491491

492492
<video width="100%" loop autoplay>
493-
<source src="assets/SoundSensor.mp4" type="video/mp4" />
493+
<source src="assets/soundSensor.mp4" type="video/mp4" />
494494
</video>
495495

496496
## 4 Digit Display

0 commit comments

Comments
(0)

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