We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf50dd3 commit ab9b67bCopy full SHA for ab9b67b
Adafruit_PWM_Servo_Driver/Servo_Example.py
@@ -8,8 +8,9 @@
8
# ===========================================================================
9
10
# Initialise the PWM device using the default address
11
-# bmp = PWM(0x40, debug=True)
12
-pwm = PWM(0x40, debug=True)
+pwm = PWM(0x40)
+# Note if you'd like more debug output you can instead run:
13
+#pwm = PWM(0x40, debug=True)
14
15
servoMin = 150 # Min pulse length out of 4096
16
servoMax = 600 # Max pulse length out of 4096
0 commit comments