No description
- Format all source files with clang-format - Run clang-format check before platform tests in CI 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| examples/test_veml6046 | ||
| .clang-format | ||
| .gitignore | ||
| Adafruit_VEML6046.cpp | ||
| Adafruit_VEML6046.h | ||
| library.properties | ||
| LICENSE | ||
| README.md | ||
Adafruit VEML6046 Library 

Arduino library for the VEML6046 high accuracy RGBIR color sensor.
About the VEML6046
The VEML6046 is a high accuracy color digital 16-bit resolution sensor with I2C interface. It features:
- RGBIR color sensing with high sensitivity photodiodes
- 16-bit A/D converter resolution
- I2C interface (address 0x29)
- Programmable integration times from 3.125ms to 400ms
- Multiple gain settings (0.5x, 0.66x, 1x, 2x)
- Interrupt functionality
- Supply voltage: 2.5V to 3.6V
- Ambient light range: 0 to 176,000 lx
Installation
Download and install the library using the Arduino Library Manager or by downloading the latest release from GitHub.
Dependencies
This library requires:
License
MIT License. See LICENSE file for details.
Contributing
Contributions are welcome! Please read the contributing guidelines and submit pull requests to the main repository.