Skip to content

Commit 5b43676

Browse files
fix
1 parent 71de138 commit 5b43676

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

project/py_scripts/v03.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@
1111

1212
while True:
1313
led_car_red.toggle()
14-
led_car_orange.toggle()
15-
led_car_green.toggle()
1614
sleep(1)

tutorials/Lecture1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ classDiagram
3131
+value()
3232
+high()
3333
+low()
34-
+high()
35-
+low()
34+
+on()
35+
+off()
3636
+toggle()
3737
}
3838

tutorials/Lecture5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ classDiagram
7373
+value()
7474
+high()
7575
+low()
76-
+high()
77-
+low()
76+
+on()
77+
+off()
7878
+toggle()
7979
}
8080
-1.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)