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:
4
setup.py
4
setup.py
@@ -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',
|
||||
|
Reference in New Issue
Block a user