From 54ea61be12537e831a1b85d92e8524b01950f5c0 Mon Sep 17 00:00:00 2001 From: Tod Kurt Date: Sat, 3 Jun 2023 14:21:52 -0700 Subject: [PATCH 1/3] add Sony PS2 game controller library --- .gitmodules | 3 +++ libraries/drivers/ps2controller | 1 + 2 files changed, 4 insertions(+) create mode 160000 libraries/drivers/ps2controller diff --git a/.gitmodules b/.gitmodules index ddca5d8..cf8851b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -373,3 +373,6 @@ [submodule "libraries/helpers/display_ht16k33"] path = libraries/helpers/display_ht16k33 url = https://github.com/jposada202020/CircuitPython_DISPLAY_HT16K33.git +[submodule "libraries/drivers/ps2controller"] + path = libraries/drivers/ps2controller + url = https://github.com/todbot/CircuitPython_PS2Controller.git diff --git a/libraries/drivers/ps2controller b/libraries/drivers/ps2controller new file mode 160000 index 0000000..97b8e62 --- /dev/null +++ b/libraries/drivers/ps2controller @@ -0,0 +1 @@ +Subproject commit 97b8e6237fc7c3a21630a25e4b959ee2889de99f From ea77f908f6f8cdfdc6bc2d4d2bab08f87329aa45 Mon Sep 17 00:00:00 2001 From: Tod Kurt Date: Sat, 3 Jun 2023 14:26:19 -0700 Subject: [PATCH 2/3] add Sony PS2 game controller library --- circuitpython_community_library_list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 2d631b0..8ebda54 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -30,6 +30,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython LPS28DFW](https://github.com/jposada202020/CircuitPython_LPS28.git) Driver for Sparkfun LPS28DFW Sensor ([PyPi](https://pypi.org/project/circuitpython-lps28/) )\([Docs](https://circuitpython-lps28.readthedocs.io/en/latest/)) * [CircuitPython MC3479](https://github.com/jposada202020/CircuitPython_MC3479.git) Driver for the Memsic MC3479 Accelerometer ([PyPi](https://pypi.org/project/circuitpython-mc3479/) )\([Docs](https://circuitpython-mc3479.readthedocs.io/en/latest/)) * [CircuitPython_NAU7802](https://github.com/CedarGroveStudios/CircuitPython_NAU7802.git) A driver for the NAU7802 24-bit ADC. +* [CircuitPython PS2Controller](https://github.com/todbot/CircuitPython_PS2Controller.git) ([PyPi](https://pypi.org/project/circuitpython-ps2controller)) \([Docs](https://circuitpython-ps2controller.readthedocs.io/en/latest/)) CircuitPython library to read Sony PS2 game controllers * [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor. * [CircuitPython qmc5883l](https://github.com/jposada202020/CircuitPython_qmc5883l.git) Driver for the QMC5883l magnetometer ([PyPi](https://pypi.org/project/circuitpython-qmc5883l/) )\([Docs](https://readthedocs.org/projects/circuitpython-qmc5883l/en/latest/)) * [CircuitPython RDA5807](https://github.com/tinkeringtech/CircuitPython_rda5807) rda5807m FM radio chip CircuitPython library \([Docs](https://circuitpython-rda5807m.readthedocs.io/en/latest/)) From 7c538aeb4b4e006d300d6267344d83fd02098524 Mon Sep 17 00:00:00 2001 From: Tod Kurt Date: Mon, 5 Jun 2023 10:21:08 -0700 Subject: [PATCH 3/3] update ps2controller submodule --- libraries/drivers/ps2controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/drivers/ps2controller b/libraries/drivers/ps2controller index 97b8e62..724b763 160000 --- a/libraries/drivers/ps2controller +++ b/libraries/drivers/ps2controller @@ -1 +1 @@ -Subproject commit 97b8e6237fc7c3a21630a25e4b959ee2889de99f +Subproject commit 724b763c80bb54538b144f03cde03849c9ab6d7f