Add library.properties with Adafruit BusIO dependency
Some checks failed
Arduino Library CI / build (push) Has been cancelled
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:
parent
53884e9eb4
commit
dcbdcef41c
1 changed files with 10 additions and 0 deletions
10
library.properties
Executable file
10
library.properties
Executable 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
|
||||||
Loading…
Reference in a new issue