Update 0.5.2

- Added Microphone mute
- changed MicrphoneLED function to boolean instead of int parameter
- using diffrent hidapi library for interacting with c library to get length of reports from device for bt support later
This commit is contained in:
Florian Kaiser
2021-03-07 21:21:01 +01:00
parent 98b13798cd
commit b3ff9fd375
6 changed files with 40 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name='pydualsense',
version='0.5.1',
version='0.5.2',
description='use your DualSense (PS5) controller with python',
long_description=long_description,
long_description_content_type="text/markdown",