We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478ac9f commit 0f1b282Copy full SHA for 0f1b282
exercises/spin_motor_spin/problem.md
@@ -1,8 +1,8 @@
1
__Attach a motor to pin 9 and start it spinning!__
2
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.
+* Use `board.wait` to stop the motor spinning after **2 seconds**
+* Start it spinning again after another second
+* Ensure this loop repeats infinitely
6
7
Hint: You could use the motor `start` and `stop` events to stop/start the motor.
8
@@ -37,3 +37,5 @@ Pin 9 o---/\/\/---| Transistor
37
38
- Board - https://github.com/rwaldron/johnny-five/wiki/Board#api
39
- Motor - https://github.com/rwaldron/johnny-five/wiki/Motor#api
40
+
41
+---
0 commit comments