Skip to content
Snippets Groups Projects
Commit ee9f922d authored by Charlotte Vandenbulcke's avatar Charlotte Vandenbulcke
Browse files

adding videos on week 09 and 08

parent acee0041
No related branches found
No related tags found
No related merge requests found
Pipeline #445955 passed
......@@ -39,8 +39,10 @@
<section>
<h3>Hero shot</h3>
<span class="image object">
<img src="../images/current-hero-shot.jpg" alt="..." />
<span class="object">
<video width="600" height="300" controls>
<source src="../images/cat-controller-functioning.mp4" type="video/mp4">
</video>
</span>
<br>
......
......@@ -40,7 +40,7 @@
<h3>Hero shot</h3>
<span class="image object">
<img src="../images/current-hero-shot.jpg" alt="..." />
<img src="../images/measuring-led-ring.jpg" alt="..." />
</span>
<br>
......@@ -285,7 +285,7 @@
int pos = 0; // variable to store the servo position
void setup() {
myservo.attach(4); // attaches the servo on pin 9 to the servo object
myservo.attach(4); // attaches the servo on pin ... to the servo object
}
void loop() {
......@@ -303,6 +303,12 @@
</code>
</pre>
<span class="object">
<video width="600" height="300" controls>
<source src="../images/servo-motor.mp4" type="video/mp4">
</video>
</span>
<br>
<h5>OLED Display</h5>
......@@ -332,17 +338,9 @@
<span class="object">
<video width="600" height="300" controls>
<source src="../images/.mp4" type="video/mp4">
<source src="../images/screen-makerguides.mp4" type="video/mp4">
</video>
</span>
<h4></h4>
<p></p>
<span class="image object">
<img src="../images/...jpg" alt="..." />
</span>
<br>
......@@ -352,26 +350,8 @@
<hr>
<section>
<h3>Individual assignment</h3>
<h4>Discovering</h4>
<p></p>
<h4></h4>
<p></p>
<span class="image object">
<img src="../images/...jpg" alt="..." />
</span>
</section>
<section>
<hr>
<section>
<h3>My journey</h3>
<p></p>
......
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment