Commit graph

11 commits

Author SHA1 Message Date
foamyguy
8036909e14 re-word and remove redundant 2025-05-23 11:00:28 -05:00
foamyguy
b576e77a20 remove web app code, add note in comment about where to find it 2025-05-23 07:59:18 -05:00
ladyada
e396760c6d Update webserial documentation with correct URL
- 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>
2025-05-14 10:08:04 -04:00
ladyada
b7a837265e Add Web Serial interface for CIE color visualization
- 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>
2025-05-14 10:04:59 -04:00
ladyada
f004aaa3a4 lots of examples 2025-05-13 12:15:54 -04:00
ladyada
850f8d1a54 two tests 2025-05-13 10:59:28 -04:00
ladyada
9de432a84a refactor calctemp 2025-05-13 10:25:24 -04:00
ladyada
761fd38a15 add colortemp 2025-05-13 10:09:49 -04:00
ladyada
010fca9a96 Convert example sketch to use F() macro for strings
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>
2025-05-12 11:23:38 -04:00
ladyada
60e34ac844 Implement OPT4048 color sensor library with complete functionality
- 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>
2025-05-12 11:18:00 -04:00
ladyada
164e6ec634 initial 2025-05-11 14:02:34 -04:00