forked from platypush/platypush
Added PCA9685 PWM driver plugin
This commit is contained in:
parent
d7d5bcdd0c
commit
acc4f1c0e3
5 changed files with 128 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue