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 eb088f7 commit 478ac9fCopy full SHA for 478ac9f
exercises/servo_wave/problem.md
@@ -1,10 +1,10 @@
1
__Make a servo wave at you for 3 seconds, stop, and return to center.__
2
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.
+- Create a new `Servo` instance attached to pin 9
+- Use `servo.sweep` to rotate between 0˚ and 180˚
+- Use `board.wait` to schedule a 'reset' callback after **3 seconds**
+- The 'reset' callback should `stop` and `center` the servo
+- Check the docs to see how to bring it back into line
8
9
## Boilerplate
10
```js
0 commit comments