Skip to content

Commit b2f575a

Browse files
Clarify how to access motor boards.
Co-authored-by: Peter Law <[email protected]>
1 parent 3e09a3a commit b2f575a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/motors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It will look something like this:
2222
sr.robot3.robot INFO - Found Student Robotics Motor Board v4 - srABC1
2323
~~~~~
2424

25-
If you have more than one Motor Board attached, the `motor_boards` object can be used to control a collection of Motor Board. It is a dictionary access via serial number, which is usually written on the board. For example, if you had a board whose serial number was "srABC1",
25+
If you have more than one Motor Board attached, you need to specify which one you want to control. This is done using the part number of the board. For example: if you had a board that was labelled "srABC1",
2626
you could do this instead:
2727

2828
~~~~~ python

0 commit comments

Comments
 (0)