Search found 1 match
- Sat Sep 14, 2019 8:17 pm
- Forum: Arduino
- Topic: HCPCA9685 - Library for PCA9685 16ch 12bit PWM controller
- Replies: 28
- Views: 109594
Re: HCPCA9685 - Library for PCA9685 16ch 12bit PWM controller
I am a newbie to this but I don't see how I can add a second module on the I2C bus how is the object named? This is done on Adafruit like this: Adafruit_PWMServoDriver pwm1 = Adafruit_PWMServoDriver(0x40); Adafruit_PWMServoDriver pwm2 = Adafruit_PWMServoDriver(0x41); and used thus: pwm1.begin(); pwm...