Skip to content

Commit

Permalink
Merge pull request #229 from jposada202020/removing_bma220_driver
Browse files Browse the repository at this point in the history
Removing bma220 driver
  • Loading branch information
FoamyGuy authored Jan 2, 2025
2 parents 45a6ee6 + 0ddce4c commit ac2e495
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,6 @@
[submodule "libraries/drivers/axp192"]
path = libraries/drivers/axp192
url = https://github.com/CDarius/CircuitPython_AXP192.git
[submodule "libraries/drivers/bma220"]
path = libraries/drivers/bma220
url = https://github.com/jposada202020/CircuitPython_BMA220.git
[submodule "libraries/helpers/scales"]
path = libraries/helpers/scales
url = https://github.com/jposada202020/CircuitPython_scales.git
Expand Down
1 change: 0 additions & 1 deletion circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [CircuitPython AS3935](https://github.com/BiffoBear/CircuitPython_AS3935.git) Library for the Franklin AS3935 lightning detector. The driver supports connections via SPI and I2C. \([Docs](https://circuitpython-as3935.readthedocs.io/))
* [CircuitPython AXP192](https://github.com/CDarius/CircuitPython_AXP192.git) A driver for AXP192 power management IC. \([Docs](https://circuitpython-axp192.readthedocs.io/))
* [CircuitPython AXP2101](https://github.com/CDarius/CircuitPython_AXP2101.git) A driver for AXP2101 power management IC. \([Docs](http://circuitpython-driver-for-axp2101-power-management-ic.readthedocs.io//))
* [CircuitPython BMA220](https://github.com/jposada202020/CircuitPython_BMA220.git) Driver for the Bosch BMA220 Sensor ([PyPi](https://pypi.org/project/circuitpython-bma220/)) \([Docs](https://circuitpython-bma220.readthedocs.io/en/latest/))
* [CircuitPython BMA400](https://github.com/jposada202020/CircuitPython_BMA400.git) Driver for the Bosch BMA400 Sensor ([PyPi](https://pypi.org/project/circuitpython-bma400/)) \([Docs](https://circuitpython-bma400.readthedocs.io/en/latest/))
* [CircuitPython BMA423](https://github.com/jposada202020/CircuitPython_BMA423.git) Driver for the Bosch BMA423 Sensor ([PyPi](https://pypi.org/project/circuitpython-bma423/)) \([Docs](https://circuitpython-bma423.readthedocs.io/en/latest/))
* [CircuitPython BMI160](https://github.com/jposada202020/CircuitPython_BMI160.git) Driver for the Bosch BMI160 Sensor ([PyPi](https://pypi.org/project/circuitpython-bmi160/)) \([Docs](https://circuitpython-bmi160.readthedocs.io/en/latest/))
Expand Down
1 change: 0 additions & 1 deletion libraries/drivers/bma220
Submodule bma220 deleted from 1fc33a

0 comments on commit ac2e495

Please sign in to comment.