Skip to content

Commit

Permalink
Merge pull request #58 from adafruit/dherrada-patch-1
Browse files Browse the repository at this point in the history
Moved from pulseio.PWMOut to pwmio.PWMOut
  • Loading branch information
tannewt committed Jan 29, 2021
2 parents 781c8e7 + 043c106 commit cf166ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_seesaw/pwmout.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


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

def __init__(self, seesaw, pin):
self._seesaw = seesaw
Expand Down

0 comments on commit cf166ff

Please sign in to comment.