removing_bosch_drivers
This commit is contained in:
parent
5ce12ef663
commit
87d97e859d
6 changed files with 0 additions and 20 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -295,9 +295,6 @@
|
|||
[submodule "libraries/drivers/ad5293"]
|
||||
path = libraries/drivers/ad5293
|
||||
url = https://github.com/CedarGroveStudios/CircuitPython_AD5293.git
|
||||
[submodule "libraries/drivers/BMI160"]
|
||||
path = libraries/drivers/BMI160
|
||||
url = https://github.com/jposada202020/CircuitPython_BMI160.git
|
||||
[submodule "libraries/helpers/async_buzzer"]
|
||||
path = libraries/helpers/async_buzzer
|
||||
url = https://github.com/furbrain/CircuitPython_async_buzzer.git
|
||||
|
|
@ -343,18 +340,9 @@
|
|||
[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
|
||||
[submodule "libraries/drivers/bmp581"]
|
||||
path = libraries/drivers/bmp581
|
||||
url = https://github.com/jposada202020/CircuitPython_BMP581.git
|
||||
[submodule "libraries/drivers/stts22h"]
|
||||
path = libraries/drivers/stts22h
|
||||
url = https://github.com/jposada202020/CircuitPython_STTS22H.git
|
||||
[submodule "libraries/drivers/bma423"]
|
||||
path = libraries/drivers/bma423
|
||||
url = https://github.com/jposada202020/CircuitPython_BMA423.git
|
||||
[submodule "libraries/drivers/axp192"]
|
||||
path = libraries/drivers/axp192
|
||||
url = https://github.com/CDarius/CircuitPython_AXP192.git
|
||||
|
|
|
|||
|
|
@ -15,10 +15,6 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
|
|||
* [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/))
|
||||
* [CircuitPython BMP581](https://github.com/jposada202020/CircuitPython_BMP581.git) Driver for the Bosch BMP581 Sensor ([PyPi](https://pypi.org/project/circuitpython-bmp581/)) \([Docs](https://circuitpython-bmp581.readthedocs.io/en/latest/))
|
||||
* [CircuitPython DisplayIO ST7565](https://github.com/mateusznowakdev/CircuitPython_DisplayIO_ST7565.git) CircuitPython displayio driver for ST7565 and ST7567 displays \([Docs](https://circuitpython-displayio-st7565.readthedocs.io/en/latest/))
|
||||
* [CircuitPython_DRV8830](https://github.com/CedarGroveStudios/CircuitPython_DRV8830.git) A driver for the DRV8830 DC motor controller.
|
||||
* [CircuitPython GC9A01](https://github.com/tylercrumpton/CircuitPython_GC9A01.git) Displayio driver for GC9A01 TFT LCD displays.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit be1388d4502f8c9d92e96a9dd955de319773e814
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit aee63223e3ecf9a2bf059e1c44571e3d89ded15e
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d6446c4daf13f19c6baafda8d24411c8d775f162
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit fb6c6efe16cfc11ccfe70884dfff7a216044526a
|
||||
Loading…
Reference in a new issue