Some checks failed
Arduino Library CI / build (push) Has been cancelled
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
33 lines
No EOL
1.3 KiB
Markdown
33 lines
No EOL
1.3 KiB
Markdown
# Adafruit VEML6046 Library [](https://github.com/adafruit/Adafruit_VEML6046/actions) [](http://adafruit.github.io/Adafruit_VEML6046)
|
|
|
|
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:
|
|
- [Adafruit BusIO](https://github.com/adafruit/Adafruit_BusIO)
|
|
|
|
## 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. |