Skip to content

Commit ea96370

Browse files
committed
fix servo board code typo
1 parent eac0ae9 commit ea96370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/servos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can read the last value a servo was set to using similar code:
4747

4848
~~~~~ python
4949
# Print the last setting of servo number 1
50-
print(robot.servo_board.servos[1].position))
50+
print(robot.servo_board.servos[1].position)
5151
~~~~~
5252

5353
Disabling servo outputs

0 commit comments

Comments
 (0)