From 76935cb22f9ac1a50f310d91fc28acfd2e9515bc Mon Sep 17 00:00:00 2001
From: Jiawen Gong <jiawengong1112@gmail.com>
Date: Tue, 14 Nov 2023 05:12:26 +0000
Subject: [PATCH] Update file week08.md

---
 docs/assignments/week08.md | 39 --------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/docs/assignments/week08.md b/docs/assignments/week08.md
index d28473c..265bc8d 100644
--- a/docs/assignments/week08.md
+++ b/docs/assignments/week08.md
@@ -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>
-- 
GitLab