We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52626fe commit 6aed762Copy full SHA for 6aed762
programming/sr/servos/index.md
@@ -46,7 +46,7 @@ The position of servos can range from `-1` to `1` inclusive:
46
~~~~~ python
47
# R.servo_board.servos[SERVO_NUMBER].position = POS
48
49
-# set servo 1's position (on the first Servo Board connected) to 0.2
+# set servo 1's position to 0.2
50
R.servo_board.servos[1].position = 0.2
51
52
# Set servo 2's position (on the Servo Board with serial number srABC) to -0.55
0 commit comments