Fix busnum in examples.
This commit is contained in:
parent
1f7f8041ea
commit
3ee531d05e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import Adafruit_PCA9685
|
|||
pwm = Adafruit_PCA9685.PCA9685()
|
||||
|
||||
# Alternatively specify a different address and/or bus:
|
||||
#pwm = Adafruit_PCA9685.PCA9685(address=0x41, bus=2)
|
||||
#pwm = Adafruit_PCA9685.PCA9685(address=0x41, busnum=2)
|
||||
|
||||
# Configure min and max servo pulse lengths
|
||||
servo_min = 150 # Min pulse length out of 4096
|
||||
|
|
|
|||
Loading…
Reference in a new issue