Add P1AM driver
This commit is contained in:
parent
08b40b1e2c
commit
f0e879e3fa
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -406,3 +406,6 @@
|
|||
[submodule "libraries/drivers/lilygo_tdeck"]
|
||||
path = libraries/drivers/lilygo_tdeck
|
||||
url = https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git
|
||||
[submodule "libraries/drivers/P1AM"]
|
||||
path = libraries/drivers/P1AM
|
||||
url = https://github.com/facts-engineering/CircuitPython_P1AM.git
|
||||
|
|
|
|||
|
|
@ -140,5 +140,6 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
|
|||
* [nonblocking Serial Input](https://github.com/s-light/CircuitPython_nonblocking_serialinput) CircuitPython helper library to handle serial user input in a nonblocking way \([Docs](https://circuitpython-nonblocking-serialinput.readthedocs.io/))
|
||||
* [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.
|
||||
* [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).
|
||||
|
|
|
|||
1
libraries/drivers/P1AM
Submodule
1
libraries/drivers/P1AM
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b316b7407bce623a1ade654e9e9a2f182b6ce400
|
||||
Loading…
Reference in a new issue