Skip to content

Commit 478ac9f

Browse files
author
Alan Shaw
committed
Tell problem solver how long they should wait before resetting the servo
1 parent eb088f7 commit 478ac9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

exercises/servo_wave/problem.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
__Make a servo wave at you for 3 seconds, stop, and return to center.__
22

3-
- Create a new `Servo` instance attached to pin 9.
4-
- Use `servo.sweep` to rotate between 0˚ and 180˚.
5-
- Use `board.wait` to schedule a 'reset' callback.
6-
- The 'reset' callback should `stop` and `center` the servo.
7-
- Check the docs to see how to bring it back into line.
3+
- Create a new `Servo` instance attached to pin 9
4+
- Use `servo.sweep` to rotate between 0˚ and 180˚
5+
- Use `board.wait` to schedule a 'reset' callback after **3 seconds**
6+
- The 'reset' callback should `stop` and `center` the servo
7+
- Check the docs to see how to bring it back into line
88

99
## Boilerplate
1010
```js

0 commit comments

Comments
 (0)