Skip to content

Commit a53c843

Browse files
committed
copy edit
1 parent 498ca07 commit a53c843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

motors.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ So far, you have used simple on/off commands to control your motors. PWM (Pulse-
173173

174174
The motors should now speed up from 0 (stopped) to 0.1, 0.2 and up to 1.
175175

176-
Note that the motor may not move until it gets to a certain speed as there may not be enough power to engage the motor.
176+
Be aware, though, that the motor may not move until it gets above a certain speed as there may not be enough power to engage it.
177177

178178
## Motor class
179179

@@ -228,7 +228,7 @@ Now you've learned how setting pins high and low can control a motor, you should
228228
motor2.reverse()
229229
```
230230

231-
This will make the motors spin in opposite directions, then switching every 5 seconds. Press **Ctrl + C** to exit the loop.
231+
This will make the motors spin in opposite directions, then switching every five seconds. Press **Ctrl + C** to exit the loop.
232232

233233
1. Now stop the motors:
234234

@@ -295,7 +295,7 @@ If you had a robot with two wheels, you would want to control the two motors tog
295295
robot.right()
296296
```
297297

298-
1. Then obviously:
298+
1. Then try this:
299299

300300
```python
301301
robot.left()

0 commit comments

Comments
 (0)