Adafruit_TCS3430/library.properties
ladyada b6c43c5969 Initial release of Adafruit TCS3430 Arduino library
Complete Arduino library for TCS3430 color and ALS sensor featuring:
- Full register control with get/set functions and enums
- Efficient bulk I2C data reading for X,Y,Z tristimulus values
- Interrupt handling with configurable persistence and thresholds
- 128x gain support with HGAIN bit management
- Auto-zero calibration and sleep after interrupt modes
- Hardware tested on Arduino Metro Mini

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-17 21:00:02 -04:00

10 lines
No EOL
507 B
INI

name=Adafruit TCS3430 Library
version=1.0.0
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Arduino library for TCS3430 color and ALS sensor
paragraph=This library provides an interface for the TCS3430 color and ambient light sensor. The TCS3430 features spectral response matching human eye tristimulus values with programmable gain, interrupt capabilities, and auto-zero calibration.
category=Sensors
url=https://github.com/adafruit/Adafruit_TCS3430
architectures=*
depends=Adafruit BusIO