Skip to content

Commit 6aed762

Browse files
committed
Remove reference to first servo board, as we only ship one anyway
1 parent 52626fe commit 6aed762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/servos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The position of servos can range from `-1` to `1` inclusive:
4646
~~~~~ python
4747
# R.servo_board.servos[SERVO_NUMBER].position = POS
4848

49-
# set servo 1's position (on the first Servo Board connected) to 0.2
49+
# set servo 1's position to 0.2
5050
R.servo_board.servos[1].position = 0.2
5151

5252
# Set servo 2's position (on the Servo Board with serial number srABC) to -0.55

0 commit comments

Comments
 (0)