Skip to content

Commit f0e879e

Browse files
committed
Add P1AM driver
1 parent 08b40b1 commit f0e879e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,3 +406,6 @@
406406
[submodule "libraries/drivers/lilygo_tdeck"]
407407
path = libraries/drivers/lilygo_tdeck
408408
url = https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git
409+
[submodule "libraries/drivers/P1AM"]
410+
path = libraries/drivers/P1AM
411+
url = https://github.com/facts-engineering/CircuitPython_P1AM.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,6 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
140140
* [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/))
141141
* [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/))
142142
* [UUIDv4](https://github.com/DerBroader71/circuitpython_uuid4) This is a CircuitPython library to generate a UUID version 4
143+
* [P1AM](https://github.com/facts-engineering/CircuitPython_P1AM.git) A CircuitPython driver library for the P1AM product family.
143144
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC
144145
* [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).

libraries/drivers/P1AM

Submodule P1AM added at b316b74

0 commit comments

Comments
 (0)