From 604c5f2800c3b0eb9fe7de87ee9e55ad0f0bdb60 Mon Sep 17 00:00:00 2001 From: Florian K <37000563+flok@users.noreply.github.com> Date: Mon, 30 Nov 2020 21:25:13 +0100 Subject: [PATCH] added credits to README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6003f51..0226bde 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ control your dualsense through python. using the hid library this module impleme # install -Just install the package from pypi +Just install the package from [pypi](https://pypi.org/project/pydualsense/) ```bash pip install pydualsense @@ -29,7 +29,15 @@ See ``examples`` folder for some more ideas # dependecies - hid >= 1.0.4 + +# Credits + +Most stuff for this implementation were provided by published an used from: + +- [https://www.reddit.com/r/gamedev/comments/jumvi5/dualsense_haptics_leds_and_more_hid_output_report/](https://www.reddit.com/r/gamedev/comments/jumvi5/dualsense_haptics_leds_and_more_hid_output_report/) +- [https://github.com/Ryochan7/DS4Windows](https://github.com/Ryochan7/DS4Windows) + # Coming soon - reading the states of the controller to enable a fully compatibility with python - partially done -- add documentation using sphinx \ No newline at end of file +- add documentation using sphinx