diff --git a/.gitmodules b/.gitmodules index b0ca30c..00114e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -421,3 +421,6 @@ [submodule "libraries/helpers/wavebuilder"] path = libraries/helpers/wavebuilder url = https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git +[submodule "libraries/drivers/mpu6886"] + path = libraries/drivers/mpu6886 + url = https://github.com/jins-tkomoda/CircuitPython_MPU6886.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 814a9e7..6a16ee7 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -33,6 +33,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [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 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 MPU6886](https://github.com/jins-tkomoda/CircuitPython_MPU6886.git) Driver for the MPU6886 inertial measurement unit ([Docs](https://circuitpython-mpu6886.readthedocs.io/en/latest/)) * [CircuitPython_NAU7802](https://github.com/CedarGroveStudios/CircuitPython_NAU7802.git) A driver for the NAU7802 24-bit ADC. * [CircuitPython PS2Controller](https://github.com/todbot/CircuitPython_PS2Controller.git) ([PyPi](https://pypi.org/project/circuitpython-ps2controller)) \([Docs](https://circuitpython-ps2controller.readthedocs.io/en/latest/)) CircuitPython library to read Sony PS2 game controllers * [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor. diff --git a/libraries/drivers/mpu6886 b/libraries/drivers/mpu6886 new file mode 160000 index 0000000..f37a4f0 --- /dev/null +++ b/libraries/drivers/mpu6886 @@ -0,0 +1 @@ +Subproject commit f37a4f0f0dbb05c3e7e1c9ac2edf27ef5a3b92eb