basic input reading done, restructured code

- only using 1 thread for reading inputs and updating the controller
- reading the inputs mostly done, gyro and accel missing
This commit is contained in:
Florian Kaiser
2020-11-29 17:19:56 +01:00
parent 567d712f67
commit b9d0edf08e
3 changed files with 235 additions and 87 deletions

View File

@@ -6,8 +6,8 @@ with open("README.md", "r") as fh:
setup(
name='pydualsense',
version='0.0.4',
description='control your DualSense (PS5) controller with python',
version='0.1.0',
description='use your DualSense (PS5) controller with python',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/flok/pydualsense',