implemented 0x30 input report

This commit is contained in:
Robert Martin
2020-02-05 16:37:27 +09:00
parent 6f11ee0b22
commit 7d5a4f05fe
8 changed files with 291 additions and 176 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
setup(name='joycontrol',
version='0.1',
version='0.11',
author='Robert Martin',
author_email='martinro@informatik.hu-berlin.de',
description='Emulate Nintendo Switch Controllers over Bluetooth',
@@ -10,7 +10,7 @@ setup(name='joycontrol',
package_data={'joycontrol': ['profile/sdp_record_hid.xml']},
zip_safe=False,
install_requires=[
# TODO
'hid'
]
)