Commit graph

39 commits

Author SHA1 Message Date
Tyeth Gundry
113c191ffb
Update library.properties - bump version to 1.0.2
Some checks failed
Arduino Library CI / build (push) Has been cancelled
2025-07-29 10:42:04 +01:00
foamyguy
113aee8b1d
Merge pull request #2 from FoamyGuy/remove_webapp_in_main
remove web app code, add note in comment about where to find it
2025-07-24 13:25:50 -05:00
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
Tyeth Gundry
57d39d0fb3
Update library.properties - bump to version 1.0.1
Some checks failed
Arduino Library CI / build (push) Has been cancelled
2025-05-18 17:42:14 +01:00
Limor "Ladyada" Fried
6c194315e6
Merge pull request #1 from adafruit/oembed
Add oEmbed support to gh pages site
2025-05-18 10:10:54 -04:00
Tyeth Gundry
97ad03a646
Update index.html oembed url to ./webserial/
Some checks failed
Arduino Library CI / build (push) Has been cancelled
2025-05-16 21:12:33 +01:00
Tyeth Gundry
7e403d2aa7
Update oembed.json url to webserial/ 2025-05-16 21:12:11 +01:00
Tyeth Gundry
c6ada4ecd4
Update index.html to include oEmbed link 2025-05-16 21:04:17 +01:00
Tyeth Gundry
1089ec23f3
Create oembed.json 2025-05-16 21:03:15 +01:00
ladyada
bda99d3fc8 Update GitHub workflow to preserve webserial directory during docs generation 2025-05-14 13:30:02 -04: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
74d01a92f0 Move web interface from /docs to /webserial
Relocated the Web Serial interface to avoid conflicts with Doxygen documentation.
This change allows both the Doxygen site and the Web Serial interface to coexist.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-14 10:07:23 -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
c2239f97f6 Format code with standard clang-format style
Some checks failed
Arduino Library CI / build (push) Has been cancelled
- Added .clang-format file with standard Google style settings
- Formatted source files to comply with CI formatting standards
- Fixed Doxygen parameter documentation warnings

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-13 12:56:46 -04:00
ladyada
e20b6b1ebd Fix documentation and CI workflow
- Reorder GitHub CI workflow to run clang and doxygen before platform tests
- Fix multiple parameter documentation warnings by removing duplicate @param entries in implementation file
- Maintain comprehensive documentation in header file only

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-13 12:41:06 -04:00
ladyada
40702101f0 fix breakout voltage 2025-05-13 12:32:12 -04:00
ladyada
e3039c09e5 Update library documentation for OPT4048 sensor
- Update library.properties with proper OPT4048 metadata
- Create comprehensive README.md with badges, features, installation instructions
- Fix category, URL, and description to match actual product

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-13 12:31:18 -04:00
ladyada
77084777e9 files 2025-05-13 12:23:45 -04:00
ladyada
3fd26a08ae add part num and github 2025-05-13 12:19:24 -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
2fff561608 remove debugs 2025-05-13 09:58:59 -04:00
ladyada
64e3475047 Merge branch 'main' of github.com:adafruit/Adafruit_OPT4048 2025-05-13 09:58:12 -04:00
ladyada
548543221a some debugs and fixed CRC (datasheet was wrong!!!) 2025-05-13 09:58:02 -04:00
ladyada
967b9dd7c7 removed debugs and fixed CRC (datasheet was wrong!!!) 2025-05-13 09:57:30 -04:00
ladyada
62d3bf0340 xorfoix 2025-05-13 09:47:27 -04:00
ladyada
ee1082bd87 more crcfix 2025-05-13 09:47:18 -04:00
ladyada
ebe00b224d xor 2025-05-13 09:37:32 -04:00
ladyada
5bf4f30340 more crc 2025-05-12 11:48:28 -04:00
ladyada
ae25177989 try to fix crc 2025-05-12 11:44:13 -04:00
ladyada
ad4bbc58d2 more debug crc 2025-05-12 11:33:15 -04:00
ladyada
4d11a426af add debugs 2025-05-12 11:30:57 -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
ladyada
8704f393ea first commit 2025-05-10 20:28:03 -04:00