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
- Define library metadata for Arduino Library Manager - Add Adafruit BusIO as required dependency - Set initial version to 1.0.0 - Include comprehensive library description - Support all architectures 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c93ea16dd6
commit
1da8a7438c
1 changed files with 10 additions and 0 deletions
10
library.properties
Normal file
10
library.properties
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name=Adafruit MLX90632 Library
|
||||
version=1.0.0
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Arduino library for MLX90632 Far Infrared Temperature Sensor
|
||||
paragraph=This library provides a complete interface for the MLX90632 Far Infrared Temperature Sensor. Supports both medical and extended range measurement modes, automatic calibration loading, and comprehensive temperature calculations using the Stefan-Boltzmann law.
|
||||
category=Sensors
|
||||
url=https://github.com/adafruit/Adafruit_MLX90632
|
||||
architectures=*
|
||||
depends=Adafruit BusIO
|
||||
Loading…
Reference in a new issue