Skip to content

Commit 08ebfac

Browse files
author
Alan Shaw
committed
Formatting fixes
1 parent ec78ba1 commit 08ebfac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

exercises/light_switch/problem.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__Write a program that acts like a light switch to turn an LED on and off.__
22

3-
* Attach a button to pin 5 and an LED to pin 9.
4-
* Use the `Button` class to detect `press` events and toggle your LED on/off.
3+
* Attach a button to pin 5 and an LED to pin 9
4+
* Use the `Button` class to detect `press` events and toggle your LED on/off
55

66
## Circuit diagram
77

@@ -22,7 +22,6 @@ Pin 5 o------------ |
2222
'--|--|--' |
2323
| |
2424
----------.---o GND
25-
2625
```
2726

2827
## Components
@@ -35,3 +34,5 @@ Pin 5 o------------ |
3534

3635
- Button - https://github.com/rwaldron/johnny-five/wiki/Button#usage
3736
- LED - https://github.com/rwaldron/johnny-five/wiki/Led#api
37+
38+
---

0 commit comments

Comments
 (0)