diff --git a/.gitmodules b/.gitmodules index bf00ad2..44536ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -466,3 +466,6 @@ [submodule "libraries/helpers/rotaryselect"] path = libraries/helpers/rotaryselect url = https://github.com/FoamyGuy/CircuitPython_RotarySelect.git +[submodule "libraries/drivers/m5stack_pbhub"] + path = libraries/drivers/m5stack_pbhub + url = https://github.com/CDarius/CircuitPython_M5Stack_PbHub.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index b6ff7ba..1dc89de 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -36,6 +36,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython Laser Egismos](https://github.com/furbrain/CircuitPython_laser_egismos.git) Driver for the Egismos laser rangefinder module 2 \([Docs](https://circuitpython-laser-egismos.readthedocs.io/en/latest/)) * [CircuitPython LILYGO T-Deck](https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git) CircuitPython drivers for the LILYGO T-Deck peripherals. ([PyPi](https://pypi.org/project/circuitpython-lilygo-t-deck/)) \([Docs](https://circuitpython-lilygo-t-deck.readthedocs.io/en/latest/)) * [CircuitPython LPS28DFW](https://github.com/jposada202020/CircuitPython_LPS28.git) Driver for Sparkfun LPS28DFW Sensor ([PyPi](https://pypi.org/project/circuitpython-lps28/) )\([Docs](https://circuitpython-lps28.readthedocs.io/en/latest/)) +* [CircuitPython M5Stack PbHub](https://github.com/CDarius/CircuitPython_M5Stack_PbHub.git) Driver for the M5Stack PbHub \([Docs](https://circuitpython-m5stack-pbhub.readthedocs.io/en/latest/)) * [CircuitPython MC3479](https://github.com/jposada202020/CircuitPython_MC3479.git) Driver for the Memsic MC3479 Accelerometer ([PyPi](https://pypi.org/project/circuitpython-mc3479/) )\([Docs](https://circuitpython-mc3479.readthedocs.io/en/latest/)) * [CircuitPython MCP48XX](https://github.com/brushmate/CircuitPython_MCP48XX.git) Driver for the Microchip MCP4801, MCP4811, MCP4821, MCP4802, MCP4812, and MCP4822 digital to analog converters ([PyPi](https://pypi.org/project/circuitpython-mcp48xx/) )\([Docs](https://circuitpython-mcp48xx.readthedocs.io/en/latest/)) * [CircuitPython MPU6886](https://github.com/jins-tkomoda/CircuitPython_MPU6886.git) Driver for the MPU6886 inertial measurement unit ([Docs](https://circuitpython-mpu6886.readthedocs.io/en/latest/)) diff --git a/libraries/drivers/m5stack_pbhub b/libraries/drivers/m5stack_pbhub new file mode 160000 index 0000000..6e30dca --- /dev/null +++ b/libraries/drivers/m5stack_pbhub @@ -0,0 +1 @@ +Subproject commit 6e30dca6a0d0716540807afca857c97abe3b7e31