forked from platypush/platypush
Added joystick backend
This commit is contained in:
parent
1d50e91b27
commit
98d24b061a
5 changed files with 76 additions and 1 deletions
docs/source
|
|
@ -189,7 +189,8 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
|||
'gevent.wsgi',
|
||||
'Adafruit_IO',
|
||||
'pyperclip',
|
||||
'dbus'
|
||||
'dbus',
|
||||
'inputs'
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue