Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61c0ece5b9 | ||
|
|
1c85f28cb3 | ||
|
|
d9e101fdff | ||
|
|
54225f74ef | ||
|
|
5aaacc7cc5 | ||
|
|
5d0e82c941 |
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Adafruit QMC5883P Library [](https://github.com/adafruit/Adafruit_QMC5883P/actions)
|
||||
# Adafruit QMC5883P Library [](https://github.com/adafruit/Adafruit_QMC5883P/actions)[](http://adafruit.github.io/Adafruit_QMC5883P/html/index.html)
|
||||
|
||||
<a href="https://www.adafruit.com/products/"><img src="assets/board.jpg?raw=true" width="500px"><br/></a>
|
||||
<a href="https://www.adafruit.com/product/6388"><img src="assets/board.jpg?raw=true" width="500px"><br/></a>
|
||||
|
||||
This is a library for the QMC5883P 3-axis magnetometer
|
||||
|
||||
|
|
@ -31,4 +31,4 @@ Contributions are welcome! Please read our [Code of Conduct](https://github.com/
|
|||
|
||||
## License
|
||||
|
||||
MIT license, all text above must be included in any redistribution. See license.txt for more information.
|
||||
MIT license, all text above must be included in any redistribution. See license.txt for more information.
|
||||
|
|
|
|||
BIN
assets/board.jpg
Normal file
BIN
assets/board.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 236 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
name=Adafruit QMC5883P Library
|
||||
version=1.0.0
|
||||
version=1.0.1
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Arduino library for QMC5883P 3-axis magnetometer
|
||||
|
|
@ -7,4 +7,4 @@ paragraph=This library provides support for the QMC5883P 3-axis magnetometer wit
|
|||
category=Sensors
|
||||
url=https://github.com/adafruit/Adafruit_QMC5883P
|
||||
architectures=*
|
||||
depends=Adafruit BusIO
|
||||
depends=Adafruit BusIO
|
||||
|
|
|
|||
Loading…
Reference in a new issue