forked from platypush/platypush
Added Arduino over Firmata integration - closes #92
This commit is contained in:
parent
42686f229e
commit
d8a7c9c6e0
8 changed files with 438 additions and 15 deletions
2
setup.py
2
setup.py
|
@ -267,5 +267,7 @@ setup(
|
|||
'buienradar': ['buienradar'],
|
||||
# Support for Telegram integration
|
||||
'telegram': ['python-telegram-bot'],
|
||||
# Support for Arduino integration
|
||||
'arduino': ['pyserial', 'pyfirmata2'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue