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>
32 lines
No EOL
293 B
Text
32 lines
No EOL
293 B
Text
# Arduino IDE files
|
|
*.tmp
|
|
*.bak
|
|
*~
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.a
|
|
*.hex
|
|
*.elf
|
|
*.map
|
|
|
|
# Documentation build
|
|
docs/html/
|
|
docs/latex/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Datasheet files (don't commit PDFs/TXT)
|
|
*.pdf
|
|
*.txt
|
|
TCS3430*.pdf
|
|
TCS3430*.txt
|
|
|
|
# Test output
|
|
output.txt |