Added EnviropHAT support

This commit is contained in:
Fabio Manganiello 2019-08-01 22:40:41 +02:00
parent b8f936e440
commit bdadd2061c
5 changed files with 112 additions and 0 deletions
docs/source

View file

@ -220,6 +220,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'serial',
'pyHS100',
'grpc',
'envirophat',
]
sys.path.insert(0, os.path.abspath('../..'))