diff --git a/.gitmodules b/.gitmodules index eab631e..7b55829 100644 --- a/.gitmodules +++ b/.gitmodules @@ -409,3 +409,6 @@ [submodule "libraries/drivers/P1AM"] path = libraries/drivers/P1AM url = https://github.com/facts-engineering/CircuitPython_P1AM.git +[submodule "libraries/helpers/p1am_200_helpers"] + path = libraries/helpers/p1am_200_helpers + url = https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 50e03bd..b963613 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -141,5 +141,6 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [NVM Helper](https://github.com/FoamyGuy/Foamyguy_CircuitPython_nvm_helper) Easy interface to store and retrieve objects persisted via NVM \([Docs](https://circuitpython-nvm-helper.readthedocs.io/)) * [UUIDv4](https://github.com/DerBroader71/circuitpython_uuid4) This is a CircuitPython library to generate a UUID version 4 * [P1AM](https://github.com/facts-engineering/CircuitPython_P1AM.git) A CircuitPython driver library for the P1AM product family. +* [p1am_200_helpers](https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git) A CircuitPython helper library for the features of the P1AM-200. * [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC * [Cirque Pinnacle](https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle) A driver library to use circular trackpads (as seen in the Steam controller and HTC Vive VR controllers) empowered with Cirque's 1CA027 ASIC (surnamed "Pinnacle"). More information can be found in the [documentation](https://circuitpython-cirque-pinnacle.rtfd.io). diff --git a/libraries/helpers/p1am_200_helpers b/libraries/helpers/p1am_200_helpers new file mode 160000 index 0000000..4023287 --- /dev/null +++ b/libraries/helpers/p1am_200_helpers @@ -0,0 +1 @@ +Subproject commit 4023287823a7be8c99caac4c7dfdd00005228688