You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I make the experience that the command Adafruit_PWMServoDriver::begin() resets the I2C bus speed to 100 kHz. Is this correct? I can set it again to 400 kHz after the begin, but this is not really nice when having a general I2C parameter and bus definition in a larger program context and having many different I2C devices on the bus.
Would it be possible to leave the I2C bus properties untouched of the Adafruit PWM Servo code?
Cheers
Reto
The text was updated successfully, but these errors were encountered:
I make the experience that the command Adafruit_PWMServoDriver::begin() resets the I2C bus speed to 100 kHz. Is this correct? I can set it again to 400 kHz after the begin, but this is not really nice when having a general I2C parameter and bus definition in a larger program context and having many different I2C devices on the bus.
Would it be possible to leave the I2C bus properties untouched of the Adafruit PWM Servo code?
Cheers
Reto
The text was updated successfully, but these errors were encountered: