Skip to content

Commit

Permalink
Merge pull request #49 from spovlot/fix-i2c-doc
Browse files Browse the repository at this point in the history
Fix i2c parameter documentation
  • Loading branch information
FoamyGuy committed Jul 30, 2023
2 parents d3dd826 + 73a17b6 commit 4a4305e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_servokit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 4a4305e

Please sign in to comment.