Adafruit_VEML6046/README.md
ladyada 18f7d1812a
Some checks failed
Arduino Library CI / build (push) Has been cancelled
Fix README badge formatting and documentation reference
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-17 13:18:14 -04:00

33 lines
No EOL
1.3 KiB
Markdown

# Adafruit VEML6046 Library [![Build Status](https://github.com/adafruit/Adafruit_VEML6046/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_VEML6046/actions) [![Documentation](https://github.com/adafruit/Adafruit_VEML6046/actions/workflows/githubci.yml/badge.svg)](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.