Compare commits

...

6 commits
1.0.0 ... main

Author SHA1 Message Date
Tyeth Gundry
61c0ece5b9
Update library.properties - 1.0.1
Some checks failed
Arduino Library CI / build (push) Has been cancelled
2025-08-12 10:52:42 +01:00
Liz
1c85f28cb3
add doxygen badge 2025-08-11 09:23:29 -04:00
Liz
d9e101fdff
Merge pull request #1 from ddtdanilo/fix/readme-product-link
Fix broken product link in README
2025-08-07 09:50:26 -04:00
Liz
54225f74ef add image for link 2025-08-07 09:38:35 -04:00
ddtdanilo
5aaacc7cc5 fix: use Adafruit CDN for product image
Replace local asset reference with official product image from
Adafruit CDN (https://cdn-shop.adafruit.com/970x728/6388-00.jpg)
2025-08-05 15:47:51 -05:00
ddtdanilo
5d0e82c941 fix: correct product link in README to QMC5883P page
The image link was pointing to /products/ which returns 404.
Updated to correct product page /product/6388
2025-08-05 15:43:37 -05:00
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Adafruit QMC5883P Library [![Build Status](https://github.com/adafruit/Adafruit_QMC5883P/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_QMC5883P/actions) # Adafruit QMC5883P Library [![Build Status](https://github.com/adafruit/Adafruit_QMC5883P/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_QMC5883P/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](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 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 ## 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

View file

@ -1,5 +1,5 @@
name=Adafruit QMC5883P Library name=Adafruit QMC5883P Library
version=1.0.0 version=1.0.1
author=Adafruit author=Adafruit
maintainer=Adafruit <info@adafruit.com> maintainer=Adafruit <info@adafruit.com>
sentence=Arduino library for QMC5883P 3-axis magnetometer 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 category=Sensors
url=https://github.com/adafruit/Adafruit_QMC5883P url=https://github.com/adafruit/Adafruit_QMC5883P
architectures=* architectures=*
depends=Adafruit BusIO depends=Adafruit BusIO