- Add MIT LICENSE for 2024 Adafruit Industries - Add library.properties with proper metadata and dependencies - Add .clang-format with Google-based C++ formatting rules - Add GitHub Actions workflow for CI/CD with Arduino builds and Doxygen - Add Adafruit Community Code of Conduct - Remove datasheet PDF and text files (not committed to repos) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
No EOL
562 B
INI
10 lines
No EOL
562 B
INI
name=Adafruit STHS34PF80
|
|
version=1.0.0
|
|
author=Adafruit
|
|
maintainer=Adafruit <info@adafruit.com>
|
|
sentence=Arduino library for STHS34PF80 infrared sensor for presence and motion detection
|
|
paragraph=This library provides an interface for the STHS34PF80 uncooled infrared sensor. The STHS34PF80 embeds a TMOS sensitive element and signal conditioning ASIC for presence and motion detection with I2C interface, embedded algorithms, and configurable thresholds.
|
|
category=Sensors
|
|
url=https://github.com/adafruit/Adafruit_STHS34PF80
|
|
architectures=*
|
|
depends=Adafruit BusIO |