File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ So far, you have used simple on/off commands to control your motors. PWM (Pulse-
173
173
174
174
The motors should now speed up from 0 (stopped) to 0.1 , 0.2 and up to 1 .
175
175
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 .
177
177
178
178
# # Motor class
179
179
@@ -228,7 +228,7 @@ Now you've learned how setting pins high and low can control a motor, you should
228
228
motor2.reverse()
229
229
```
230
230
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.
232
232
233
233
1 . Now stop the motors:
234
234
@@ -295,7 +295,7 @@ If you had a robot with two wheels, you would want to control the two motors tog
295
295
robot.right()
296
296
```
297
297
298
- 1 . Then obviously :
298
+ 1 . Then try this :
299
299
300
300
```python
301
301
robot.left()
You can’t perform that action at this time.
0 commit comments