Skip to content

Commit 0f1b282

Browse files
author
Alan Shaw
committed
Formatting fixes
1 parent 478ac9f commit 0f1b282

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exercises/spin_motor_spin/problem.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__Attach a motor to pin 9 and start it spinning!__
22

3-
* Use `board.wait` to stop the motor spinning after 2 seconds.
4-
* Start it spinning again after another second.
5-
* Ensure this loop repeats infinitely.
3+
* Use `board.wait` to stop the motor spinning after **2 seconds**
4+
* Start it spinning again after another second
5+
* Ensure this loop repeats infinitely
66

77
Hint: You could use the motor `start` and `stop` events to stop/start the motor.
88

@@ -37,3 +37,5 @@ Pin 9 o---/\/\/---| Transistor
3737

3838
- Board - https://github.com/rwaldron/johnny-five/wiki/Board#api
3939
- Motor - https://github.com/rwaldron/johnny-five/wiki/Motor#api
40+
41+
---

0 commit comments

Comments
 (0)