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 @@ -6,7 +6,7 @@ title: Motor Board API
6
6
Motor Board API
7
7
===============
8
8
9
- The kit can control multiple motors simultaneously
9
+ The kit can control multiple motors simultaneously.
10
10
Each Motor Board can control two motors.
11
11
See the [ Motor Board] ( /docs/kit/motor_board ) hardware page for more details.
12
12
@@ -44,7 +44,7 @@ my_other_motor_board = robot.motor_boards["srXYZ1"]
44
44
~~~~~
45
45
46
46
<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 ` .
48
48
This is because the kit needs to know which Motor Board you want to control.
49
49
</div >
50
50
@@ -103,7 +103,7 @@ robot.motor_boards["srABC1"].motors[1].power = 0
103
103
104
104
<div class =" info " markdown =" 1 " >
105
105
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.
107
107
</div >
108
108
109
109
You can’t perform that action at this time.
0 commit comments