Merge branch 'main' into adding_BMA400
This commit is contained in:
commit
8b35e71252
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -343,6 +343,9 @@
|
|||
[submodule "libraries/helpers/slider"]
|
||||
path = libraries/helpers/slider
|
||||
url = https://github.com/jposada202020/CircuitPython_slider.git
|
||||
[submodule "libraries/drivers/lps28"]
|
||||
path = libraries/drivers/lps28
|
||||
url = https://github.com/jposada202020/CircuitPython_LPS28.git
|
||||
[submodule "libraries/drivers/bma400"]
|
||||
path = libraries/drivers/bma400
|
||||
url = https://github.com/jposada202020/CircuitPython_BMA400.git
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
|
|||
* [CircuitPython JLed](https://github.com/jandelgado/jled-circuitpython) Non-blocking LED effects. \([Docs](https://jandelgado.github.io/jled-circuitpython))
|
||||
* [CircuitPython Laser AT](https://github.com/furbrain/CircuitPython_laser_at.git) Driver for a cheap laser rangefinder \([Docs](https://circuitpython-laser-at.readthedocs.io/en/latest/))
|
||||
* [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 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_NAU7802](https://github.com/CedarGroveStudios/CircuitPython_NAU7802.git) A driver for the NAU7802 24-bit ADC.
|
||||
* [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor.
|
||||
|
|
|
|||
1
libraries/drivers/lps28
Submodule
1
libraries/drivers/lps28
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a1509962aad41fce7fe68214ff7a9e0208d3e613
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit d0e48ef5d4f30a0f60d05d53c4a0e4f108e4b3a3
|
||||
Subproject commit 451f4c3448dcfe84ea7da20a4e9f13beb806e4c2
|
||||
Loading…
Reference in a new issue