File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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-
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
2332331 . 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()
You can’t perform that action at this time.
0 commit comments