Add library.properties with Adafruit BusIO dependency
Some checks failed
Arduino Library CI / build (push) Has been cancelled

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Limor Fried 2025-08-05 15:19:47 -04:00
parent 53884e9eb4
commit dcbdcef41c

10
library.properties Executable file
View file

@ -0,0 +1,10 @@
name=Adafruit QMC5883P Library
version=1.0.0
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Arduino library for QMC5883P 3-axis magnetometer
paragraph=This library provides support for the QMC5883P 3-axis magnetometer with I2C interface, including configuration of range, output data rate, and measurement modes.
category=Sensors
url=https://github.com/adafruit/Adafruit_QMC5883P
architectures=*
depends=Adafruit BusIO