removing_qmc5883l_driver
This commit is contained in:
parent
5ce12ef663
commit
2d27ffeb59
3 changed files with 0 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -304,9 +304,6 @@
|
||||||
[submodule "libraries/helpers/simple_dial"]
|
[submodule "libraries/helpers/simple_dial"]
|
||||||
path = libraries/helpers/simple_dial
|
path = libraries/helpers/simple_dial
|
||||||
url = https://github.com/jposada202020/CircuitPython_simple_dial.git
|
url = https://github.com/jposada202020/CircuitPython_simple_dial.git
|
||||||
[submodule "libraries/drivers/qmc5883l"]
|
|
||||||
path = libraries/drivers/qmc5883l
|
|
||||||
url = https://github.com/jposada202020/CircuitPython_qmc5883l.git
|
|
||||||
[submodule "libraries/drivers/isl29125"]
|
[submodule "libraries/drivers/isl29125"]
|
||||||
path = libraries/drivers/isl29125
|
path = libraries/drivers/isl29125
|
||||||
url = https://github.com/jposada202020/CircuitPython_isl29125.git
|
url = https://github.com/jposada202020/CircuitPython_isl29125.git
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
|
||||||
* [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 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.
|
* [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor.
|
||||||
* [CircuitPython PCA9674](https://github.com/XENONFFM/CircuitPython_PCA9674.git) Driver for the NXP PCA9674(A) 8 channel I2C I/O expander ([PyPi](https://pypi.org/project/circuitpython-pca9674))
|
* [CircuitPython PCA9674](https://github.com/XENONFFM/CircuitPython_PCA9674.git) Driver for the NXP PCA9674(A) 8 channel I2C I/O expander ([PyPi](https://pypi.org/project/circuitpython-pca9674))
|
||||||
* [CircuitPython qmc5883l](https://github.com/jposada202020/CircuitPython_qmc5883l.git) Driver for the QMC5883l magnetometer ([PyPi](https://pypi.org/project/circuitpython-qmc5883l/) )\([Docs](https://readthedocs.org/projects/circuitpython-qmc5883l/en/latest/))
|
|
||||||
* [CircuitPython qmi8658c](https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git) Driver for the QMI8658C inertial measurement unit
|
* [CircuitPython qmi8658c](https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git) Driver for the QMI8658C inertial measurement unit
|
||||||
([Docs](https://circuitpython-qmi8658c.readthedocs.io/en/latest/))
|
([Docs](https://circuitpython-qmi8658c.readthedocs.io/en/latest/))
|
||||||
* [CircuitPython Raspberry PI Build HAT](https://github.com/CDarius/CircuitPython_RaspberryPI_BuildHAT.git) Driver for Raspberry PI Build HAT \([Docs](https://circuitpython-raspberrypi-buildhat.readthedocs.io/en/latest/))
|
* [CircuitPython Raspberry PI Build HAT](https://github.com/CDarius/CircuitPython_RaspberryPI_BuildHAT.git) Driver for Raspberry PI Build HAT \([Docs](https://circuitpython-raspberrypi-buildhat.readthedocs.io/en/latest/))
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 71be2ad77294ac8297d7a9646b7a06a385c0ff3c
|
|
||||||
Loading…
Reference in a new issue