diff --git a/adafruit_servokit.py b/adafruit_servokit.py index 09bfc85..e0d6235 100644 --- a/adafruit_servokit.py +++ b/adafruit_servokit.py @@ -61,8 +61,8 @@ class ServoKit: :param int channels: The number of servo channels available. Must be 8 or 16. The FeatherWing has 8 channels. The Shield, HAT, and Bonnet have 16 channels. - :param ~I2C i2c: The I2C bus to use. If not provided, it will use generate the default I2C - bus singleton ``busio.I2C()`` and use that. + :param ~I2C i2c: The I2C bus to use. If not provided, the default I2C ``board.I2C()`` will + be used. :param int address: The I2C address of the PCA9685. Default address is ``0x40``. :param int reference_clock_speed: The frequency of the internal reference clock in Hertz. Default reference clock speed is ``25000000``.