File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ In all of your solutions you will need to:
50
50
## Circuit diagram
51
51
52
52
```
53
- LED 330
54
- Pin 13 o--->|---- /\/\/----o GND
53
+ 330 LED
54
+ Pin 13 o--/\/\/---->|-- ----o GND
55
55
```
56
56
57
57
## Components
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ __Build a "fire alarm" that sounds when the air temperature is more than 50°C._
11
11
## Circuit diagram
12
12
13
13
```
14
- LED 330
15
- Pin 13 o-------->| ---------/\/\/ --------
14
+ 330 LED
15
+ Pin 13 o--------/\/\/ -------->|- --------
16
16
|
17
17
Pin 5 o---------------------- |
18
18
| |
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ __Write a program that acts like a light switch to turn an LED on and off.__
6
6
## Circuit diagram
7
7
8
8
```
9
- LED 330
10
- Pin 9 o--->| -------/\/\/ -----
9
+ 330 LED
10
+ Pin 9 o---/\/\/ ------>|- -----
11
11
|
12
12
Pin 5 o------------ |
13
13
| |
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ __Build a street lamp that turns on as it gets dark.__
12
12
| |
13
13
Pin A0 o----------- |
14
14
|
15
- LED 330 |
16
- Pin 9 o--->| -----/\/\/ ------
15
+ 330 LED |
16
+ Pin 9 o--/\/\/- ---->|- ------
17
17
```
18
18
19
19
## Components
@@ -32,4 +32,4 @@ __Build a street lamp that turns on as it gets dark.__
32
32
It fires a data event with the current reading of the sensor.
33
33
The sensor value is available to the callback as ` this.value `
34
34
35
- ---
35
+ ---
You can’t perform that action at this time.
0 commit comments