Skip to content

Commit 89aedef

Browse files
committed
SRV4ServoBoard doesn't support unpowered servos
1 parent 25eec97 commit 89aedef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/api/servo-board.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Example
7777
servo.position = 0
7878
7979
80-
# Slowly sweep servo 0 to the end and disengage it
80+
# Slowly sweep servo 0 to the end and reset it
8181
for percentage in range(100):
8282
position = percentage / 100
8383
servos[0].position = position
8484
time.sleep(0.05)
85-
servos[0].position = None
85+
servos[0].position = 0

0 commit comments

Comments
 (0)