# 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.