Added PCA9685 PWM driver plugin

This commit is contained in:
Fabio Manganiello 2021-05-16 17:28:18 +02:00
parent d7d5bcdd0c
commit acc4f1c0e3
5 changed files with 128 additions and 0 deletions

View file

@ -249,5 +249,7 @@ setup(
'smartthings': ['pysmartthings', 'aiohttp'],
# Support for file.monitor backend
'filemonitor': ['watchdog'],
# Support for Adafruit PCA9685 PWM controller
'pca9685': ['adafruit-python-shell', 'adafruit-circuitpython-pca9685'],
},
)