Skip to content

Commit 6da5d14

Browse files
authored
Merge pull request adafruit#5 from CedarGroveStudios/patch-1
Updated with additional servo specs
2 parents b96c9b6 + 35fa1bf commit 6da5d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/servo_sweep.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
# servo7 = servo.Servo(pca.channels[7], min_pulse=400, max_pulse=2400)
3131
# This is an example for the Analog Feedback Servo: https://www.adafruit.com/product/1404
3232
# servo7 = servo.Servo(pca.channels[7], min_pulse=600, max_pulse=2500)
33+
# This is an example for the Micro servo - TowerPro SG-92R: https://www.adafruit.com/product/169
34+
# servo7 = servo.Servo(pca.channels[7], min_pulse=500, max_pulse=2400)
3335

3436
# The pulse range is 1000 - 2000 by default.
3537
servo7 = servo.Servo(pca.channels[7])

0 commit comments

Comments
 (0)