Skip to content

Commit

Permalink
Merge pull request #39 from FoamyGuy/pulseio_comment_update
Browse files Browse the repository at this point in the history
update comment to refer to pwmio.PWMOut instead of pulseio
  • Loading branch information
dhalbert authored Aug 11, 2021
2 parents 63b8123 + b640947 commit 4c98edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_pca9685.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


class PWMChannel:
"""A single PCA9685 channel that matches the :py:class:`~pulseio.PWMOut` API."""
"""A single PCA9685 channel that matches the :py:class:`~pwmio.PWMOut` API."""

def __init__(self, pca, index):
self._pca = pca
Expand Down

0 comments on commit 4c98edc

Please sign in to comment.