We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3dd826 + 73a17b6 commit 4a4305eCopy full SHA for 4a4305e
adafruit_servokit.py
@@ -61,8 +61,8 @@ class ServoKit:
61
62
:param int channels: The number of servo channels available. Must be 8 or 16. The FeatherWing
63
has 8 channels. The Shield, HAT, and Bonnet have 16 channels.
64
- :param ~I2C i2c: The I2C bus to use. If not provided, it will use generate the default I2C
65
- 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.
66
:param int address: The I2C address of the PCA9685. Default address is ``0x40``.
67
:param int reference_clock_speed: The frequency of the internal reference clock in Hertz.
68
Default reference clock speed is ``25000000``.
0 commit comments