Skip to content

Commit ea44ee4

Browse files
committed
copy edit
1 parent 96de03f commit ea44ee4

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
@@ -1,10 +1,10 @@
11
# Motors
22

3-
Motors are great for physical computing - they allow you to turn a wheel forwards and backwards, or make something spin around.
3+
Motors are great for physical computing: they allow you to turn a wheel forwards and backwards, or make something spin around.
44

5-
A motor cannot be controlled directly from the Raspberry Pi's GPIO pins, because it needs a variable supply of 5 volts and it needs powering separately. However, motor controller add-on boards can be used to provide this functionality.
5+
A motor cannot be controlled directly from the Raspberry Pi's GPIO pins, because it needs a variable supply of 5 volts. This means you need to power it separately. However, motor controller add-on boards can be used to provide this functionality.
66

7-
In this guide, you'll be controlling two motors from your Raspberry Pi using Python on the desktop. First, it's best just to learn how to control the motors, then once you have it working you could easily use your code to drive a Raspberry Pi-powered robot, by detaching the monitor, mouse and keyboard and building a robot around a chassis.
7+
In this guide, you'll be controlling two motors from your Raspberry Pi using Python on the desktop. First, it's best just to learn how to control the motors. Then, once you have them working, you could easily use your code to drive a Raspberry Pi-powered robot by detaching the monitor, mouse and keyboard and building a robot around a chassis.
88

99
## H-Bridge
1010

0 commit comments

Comments
 (0)