Skip to content

Commit 4c98edc

Browse files
authored
Merge pull request #39 from FoamyGuy/pulseio_comment_update
update comment to refer to pwmio.PWMOut instead of pulseio
2 parents 63b8123 + b640947 commit 4c98edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pca9685.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
class PWMChannel:
45-
"""A single PCA9685 channel that matches the :py:class:`~pulseio.PWMOut` API."""
45+
"""A single PCA9685 channel that matches the :py:class:`~pwmio.PWMOut` API."""
4646

4747
def __init__(self, pca, index):
4848
self._pca = pca

0 commit comments

Comments
 (0)