Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,15 @@
[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
[submodule "libraries/helpers/p1am_200_helpers"]
path = libraries/helpers/p1am_200_helpers
url = https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git
[submodule "libraries/helpers/RS485-Wrapper"]
path = libraries/helpers/RS485-Wrapper
url = https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git
[submodule "libraries/helpers/biplane"]
path = libraries/helpers/biplane
url = https://github.com/Uberi/biplane.git
3 changes: 3 additions & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,8 @@ 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.
* [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
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
* [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 change: 1 addition & 0 deletions libraries/drivers/P1AM
Submodule P1AM added at b316b7
1 change: 1 addition & 0 deletions libraries/helpers/RS485-Wrapper
Submodule RS485-Wrapper added at 229192
1 change: 1 addition & 0 deletions libraries/helpers/p1am_200_helpers
Submodule p1am_200_helpers added at 402328