- refactored code structure
- fixed playerID led display
- added Color function with tuple support
- added type checking in every function
- added more Exceptions for out of bound values
This commit is contained in:
Florian Kaiser
2020-12-31 23:48:34 +01:00
parent 8fb31f86ba
commit 94cb09dbdd
7 changed files with 228 additions and 174 deletions

View File

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