Skip to content

Commit 31b89fa

Browse files
authored
Merge pull request #200 from TristanWarder/main
Add P1AM, p1am_200_helpers, RS485-Wrapper libraries
2 parents b602134 + be676df commit 31b89fa

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,15 @@
403403
[submodule "libraries/drivers/lilygo_tdeck"]
404404
path = libraries/drivers/lilygo_tdeck
405405
url = https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git
406+
[submodule "libraries/drivers/P1AM"]
407+
path = libraries/drivers/P1AM
408+
url = https://github.com/facts-engineering/CircuitPython_P1AM.git
409+
[submodule "libraries/helpers/p1am_200_helpers"]
410+
path = libraries/helpers/p1am_200_helpers
411+
url = https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git
412+
[submodule "libraries/helpers/RS485-Wrapper"]
413+
path = libraries/helpers/RS485-Wrapper
414+
url = https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git
406415
[submodule "libraries/helpers/biplane"]
407416
path = libraries/helpers/biplane
408417
url = https://github.com/Uberi/biplane.git

circuitpython_community_library_list.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,8 @@ 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.
144+
* [p1am_200_helpers](https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git) A CircuitPython helper library for the features of the P1AM-200.
143145
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC
146+
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
144147
* [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

libraries/helpers/RS485-Wrapper

Submodule RS485-Wrapper added at 229192f

libraries/helpers/p1am_200_helpers

Submodule p1am_200_helpers added at 4023287

0 commit comments

Comments
 (0)