Skip to content

Commit a40db43

Browse files
committed
Review comments
1 parent 6c0ee29 commit a40db43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programming/motors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Motor Board API
66
Motor Board API
77
===============
88

9-
The kit can control multiple motors simultaneously
9+
The kit can control multiple motors simultaneously.
1010
Each Motor Board can control two motors.
1111
See the [Motor Board](/docs/kit/motor_board) hardware page for more details.
1212

@@ -44,7 +44,7 @@ my_other_motor_board = robot.motor_boards["srXYZ1"]
4444
~~~~~
4545

4646
<div class="warning" markdown="1">
47-
When you have more than one Motor Board connected to your kit, you must use `robot.motor_boards` and index by serial number.
47+
When you have more than one Motor Board connected to your kit, you can't use `robot.motor_board`.
4848
This is because the kit needs to know which Motor Board you want to control.
4949
</div>
5050

@@ -103,7 +103,7 @@ robot.motor_boards["srABC1"].motors[1].power = 0
103103

104104
<div class="info" markdown="1">
105105
You will need to work out for your robot which values (positive or negative) result in it moving in each direction.
106-
This will depend on how you have positioned your motors as well as how they have been wired to the Motor Board.
106+
If you want to swap the direction of a motor you can swap the wires connecting the motor to the Motor Board.
107107
</div>
108108

109109

0 commit comments

Comments
 (0)