adafruit / Adafruit_CircuitPython_PCA9685

Adafruit CircuitPython driver for PCA9685 16-channel, 12-bit PWM LED & servo driver chip.
MIT License
120 stars 64 forks source link

update comment to refer to pwmio.PWMOut instead of pulseio #39

Closed FoamyGuy closed 2 years ago

FoamyGuy commented 2 years ago

This updates a reference to pulseio.PWMOut in a comment to be pwmio.PWMOut which is the sole place that PWMOut is located starting with CP7.