Skip to content

Commit 7a36384

Browse files
committed
Merge pull request #16 from ldng/master
Switch LED and resistor on some ascii drawing
2 parents bafb625 + ca3134c commit 7a36384

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

exercises/blink_blink/problem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ In all of your solutions you will need to:
5050
## Circuit diagram
5151

5252
```
53-
LED 330
54-
Pin 13 o--->|----/\/\/----o GND
53+
330 LED
54+
Pin 13 o--/\/\/---->|------o GND
5555
```
5656

5757
## Components

exercises/fire_alarm/problem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ __Build a "fire alarm" that sounds when the air temperature is more than 50°C._
1111
## Circuit diagram
1212

1313
```
14-
LED 330
15-
Pin 13 o-------->|---------/\/\/--------
14+
330 LED
15+
Pin 13 o--------/\/\/-------->|---------
1616
|
1717
Pin 5 o---------------------- |
1818
| |

exercises/light_switch/problem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ __Write a program that acts like a light switch to turn an LED on and off.__
66
## Circuit diagram
77

88
```
9-
LED 330
10-
Pin 9 o--->|-------/\/\/-----
9+
330 LED
10+
Pin 9 o---/\/\/------>|------
1111
|
1212
Pin 5 o------------ |
1313
| |

exercises/street_lamp/problem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ __Build a street lamp that turns on as it gets dark.__
1212
| |
1313
Pin A0 o----------- |
1414
|
15-
LED 330 |
16-
Pin 9 o--->|-----/\/\/------
15+
330 LED |
16+
Pin 9 o--/\/\/----->|-------
1717
```
1818

1919
## Components
@@ -32,4 +32,4 @@ __Build a street lamp that turns on as it gets dark.__
3232
It fires a data event with the current reading of the sensor.
3333
The sensor value is available to the callback as `this.value`
3434

35-
---
35+
---

0 commit comments

Comments
 (0)