Skip to content

Commit 0cee85f

Browse files
authored
Merge pull request #148 from jposada202020/adding_qmc5883l
adding qmc5883l driver
2 parents 265c12f + 27191de commit 0cee85f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,4 +307,6 @@
307307
[submodule "libraries/helpers/simple_dial"]
308308
path = libraries/helpers/simple_dial
309309
url = https://github.com/jposada202020/CircuitPython_simple_dial.git
310-
310+
[submodule "libraries/drivers/qmc5883l"]
311+
path = libraries/drivers/qmc5883l
312+
url = https://github.com/jposada202020/CircuitPython_qmc5883l.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
2222
* [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/))
2323
* [CircuitPython_NAU7802](https://github.com/CedarGroveStudios/CircuitPython_NAU7802.git) A driver for the NAU7802 24-bit ADC.
2424
* [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor.
25+
* [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/))
2526
* [CircuitPython RDA5807](https://github.com/tinkeringtech/CircuitPython_rda5807) rda5807m FM radio chip CircuitPython library \([Docs](https://circuitpython-rda5807m.readthedocs.io/en/latest/))
2627
* [CircuitPython RM3100](https://github.com/furbrain/CircuitPython_RM3100.git) Driver for the RM3100 magnetometer \([PyPI](https://circuitpython-rm3100.readthedocs.io/en/latest/)) \([Docs](https://circuitpython-rm3100.readthedocs.io/en/latest/))
2728
* [CircuitPython SH1106](https://github.com/winneymj/CircuitPython_SH1106) CircuitPython driver for SH1106 OLED displays.

libraries/drivers/qmc5883l

Submodule qmc5883l added at 2894a88

0 commit comments

Comments
 (0)