From aac1cb4b67c9c0df566e48700ca2f7e992193ebe Mon Sep 17 00:00:00 2001 From: Dario Cammi Date: Thu, 19 Sep 2024 10:20:53 +0200 Subject: [PATCH 1/2] Added Raspberry PI Build HAT library --- .gitmodules | 3 +++ libraries/drivers/buildhat | 1 + 2 files changed, 4 insertions(+) create mode 160000 libraries/drivers/buildhat diff --git a/.gitmodules b/.gitmodules index 44536ca..4036252 100644 --- a/.gitmodules +++ b/.gitmodules @@ -469,3 +469,6 @@ [submodule "libraries/drivers/m5stack_pbhub"] path = libraries/drivers/m5stack_pbhub url = https://github.com/CDarius/CircuitPython_M5Stack_PbHub.git +[submodule "libraries/drivers/buildhat"] + path = libraries/drivers/buildhat + url = https://github.com/CDarius/CircuitPython_RaspberryPI_BuildHAT.git diff --git a/libraries/drivers/buildhat b/libraries/drivers/buildhat new file mode 160000 index 0000000..ddc323e --- /dev/null +++ b/libraries/drivers/buildhat @@ -0,0 +1 @@ +Subproject commit ddc323e424f5dc5fdb664fbf480e976048c61e5b From e63ca958de8354f5ff9b55f41a280b3faf23427a Mon Sep 17 00:00:00 2001 From: Dario Cammi Date: Thu, 19 Sep 2024 10:28:20 +0200 Subject: [PATCH 2/2] Added the library in circuitpython_community_library_list.md --- circuitpython_community_library_list.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 1dc89de..9a75d3b 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -45,7 +45,9 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor. * [CircuitPython PCA9674](https://github.com/XENONFFM/CircuitPython_PCA9674.git) Driver for the NXP PCA9674(A) 8 channel I2C I/O expander ([PyPi](https://pypi.org/project/circuitpython-pca9674)) * [CircuitPython qmc5883l](https://github.com/jposada202020/CircuitPython_qmc5883l.git) Driver for the QMC5883l magnetometer ([PyPi](https://pypi.org/project/circuitpython-qmc5883l/) )\([Docs](https://readthedocs.org/projects/circuitpython-qmc5883l/en/latest/)) -* [CircuitPython qmi8658c](https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git) Driver for the QMI8658C inertial measurement unit ([Docs](https://circuitpython-qmi8658c.readthedocs.io/en/latest/)) +* [CircuitPython qmi8658c](https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git) Driver for the QMI8658C inertial measurement unit +([Docs](https://circuitpython-qmi8658c.readthedocs.io/en/latest/)) +* [CircuitPython Raspberry PI Build HAT](https://github.com/CDarius/CircuitPython_RaspberryPI_BuildHAT.git) Driver for Raspberry PI Build HAT \([Docs](https://circuitpython-raspberrypi-buildhat.readthedocs.io/en/latest/)) * [CircuitPython RDA5807](https://github.com/tinkeringtech/CircuitPython_rda5807) rda5807m FM radio chip CircuitPython library \([Docs](https://circuitpython-rda5807m.readthedocs.io/en/latest/)) * [CircuitPython RM3100](https://github.com/furbrain/CircuitPython_RM3100.git) Driver for the RM3100 magnetometer \([PyPI](https://circuitpython-rm3100.readthedocs.io/en/latest/)) \([Docs](https://circuitpython-rm3100.readthedocs.io/en/latest/)) * [CircuitPython RuhRohRotaryIO](https://github.com/todbot/CircuitPython_RuhRohRotaryIO.git) CircuitPython library that pretents to be `rotaryio` for non-sequential pins ([PyPi](https://pypi.org/project/circuitpython-ruhrohrotaryio)) \([Docs](https://circuitpython-ruhrohrotaryio.readthedocs.io/en/latest/))