Skip to content

Commit 4a4305e

Browse files
authored
Merge pull request #49 from spovlot/fix-i2c-doc
Fix i2c parameter documentation
2 parents d3dd826 + 73a17b6 commit 4a4305e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_servokit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class ServoKit:
6161
6262
:param int channels: The number of servo channels available. Must be 8 or 16. The FeatherWing
6363
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.
64+
:param ~I2C i2c: The I2C bus to use. If not provided, the default I2C ``board.I2C()`` will
65+
be used.
6666
:param int address: The I2C address of the PCA9685. Default address is ``0x40``.
6767
:param int reference_clock_speed: The frequency of the internal reference clock in Hertz.
6868
Default reference clock speed is ``25000000``.

0 commit comments

Comments
 (0)