You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/micropython/02.micropython-course/course/08.examples/examples.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ while True:
89
89
Now whenever you press the button you should see `Button pressed` being printed in the REPL.
90
90
91
91
<videowidth="100%"loopautoplay>
92
-
<sourcesrc="assets/Button.mp4"type="video/mp4" />
92
+
<sourcesrc="assets/button.mp4"type="video/mp4" />
93
93
</video>
94
94
95
95
## LED
@@ -449,7 +449,7 @@ if imu.device_check():
449
449
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.
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.
0 commit comments