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 b96c9b6 commit 35fa1bfCopy full SHA for 35fa1bf
examples/servo_sweep.py
@@ -30,6 +30,8 @@
30
# servo7 = servo.Servo(pca.channels[7], min_pulse=400, max_pulse=2400)
31
# This is an example for the Analog Feedback Servo: https://www.adafruit.com/product/1404
32
# 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)
35
36
# The pulse range is 1000 - 2000 by default.
37
servo7 = servo.Servo(pca.channels[7])
0 commit comments