Skip to content
Snippets Groups Projects
Commit 76935cb2 authored by Jiawen Gong's avatar Jiawen Gong
Browse files

Update file week08.md

parent 3678c3ff
No related branches found
No related tags found
No related merge requests found
Pipeline #418911 passed
......@@ -7,42 +7,6 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/DYcLFHgVCn0?si=ymtls2YBU505b7AW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
## References & Inspiration
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
* Two images side-by-side
![describe what you see in this image](../images/home/sample-image.jpg){ width=300 align=left }
![describe what you see in this image](../images/home/sample-image.jpg){ width=300 align=right }
<p style="clear: both;"></p>
<br/>
## Code Example
Use the three backticks to separate code.
```
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
```
## Fabrication files
[^1]: File: xxx
......@@ -50,9 +14,6 @@ void loop() {
[^3]: File: xxx
## **ARDUINO**
<iframe width="560" height="315" src="https://www.youtube.com/embed/waOk9VtkCqw?si=O_yUfj_Uizh3GiEH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
......
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