- Add GitHub Pages URL to Arduino example code
- Update README with direct link to web interface
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add GitHub Pages web interface in /docs directory
- Add WebSerial example Arduino sketch
- Implement color plotting on CIE 1931 chromaticity diagram
- Add realtime color visualization and conversion
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
All string literals have been converted to use F() macro to move them
from RAM to flash memory. This helps the sketch fit in the limited
memory of ATmega328 boards like the Arduino Uno.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add comprehensive XYZ color sensor functionality
- Implement threshold and interrupt configuration
- Add CIE chromaticity coordinates calculation
- Create detailed example sketch demonstrating all features
- Use double precision for color calculations
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>