We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71de138 commit 5b43676Copy full SHA for 5b43676
4 files changed
project/py_scripts/v03.py
@@ -11,6 +11,4 @@
11
12
while True:
13
led_car_red.toggle()
14
- led_car_orange.toggle()
15
- led_car_green.toggle()
16
sleep(1)
tutorials/Lecture1.md
@@ -31,8 +31,8 @@ classDiagram
31
+value()
32
+high()
33
+low()
34
- +high()
35
- +low()
+ +on()
+ +off()
36
+toggle()
37
}
38
tutorials/Lecture5.md
@@ -73,8 +73,8 @@ classDiagram
73
74
75
76
77
78
79
80
tutorials/presentations/Lecture0.pptx
-1.16 KB
0 commit comments