39 lines
2.0 KiB
Markdown
39 lines
2.0 KiB
Markdown
SparkFun VEML7700 Arduino Library
|
|
==============================
|
|
|
|
[![SparkX smôl Environmental Peripheral Board (SPX-18976)]()](https://www.sparkfun.com/products/18976)
|
|
|
|
[*SparkX smôl Environmental Peripheral Board (SPX-18976)*](https://www.sparkfun.com/products/18976)
|
|
|
|
The Vishay Semiconductors VEML7700 is a high accuracy ambient light sensor with 16-bit resolution in a miniature transparent package. It includes a high sensitive photo diode, a low noise amplifier, a 16-bit A/D converter and supports the I<sup>2</sup>C bus communication interface.
|
|
|
|
This library handles the initialization and configuration of the sensor, and monitoring of the ambient light level.
|
|
|
|
## Repository Contents
|
|
|
|
* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
|
|
* **/src** - Source files for the library (.cpp, .h).
|
|
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
|
|
* **library.properties** - General library properties for the Arduino package manager.
|
|
* **LICENSE.md** - Contains the license information.
|
|
|
|
## Documentation
|
|
|
|
- **/docs** - HTML documentation generated with [Doxygen](https://www.doxygen.nl/index.html). Open [**GitHub Pages**](https://sparkfun.github.io/SparkFun_VEML7700_Arduino_Library/) to view the documentation.
|
|
- **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
|
|
|
|
## Products That Use This Library
|
|
|
|
* [SPX-18976](https://www.sparkfun.com/products/18976) - smôl Environmental Peripheral Board
|
|
* [SPX-18981](https://www.sparkfun.com/products/18981) - Ambient Light Sensor - VEML7700 (Qwiic)
|
|
|
|
## License Information
|
|
|
|
This product is _**open source**_!
|
|
|
|
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.
|
|
|
|
Distributed as-is; no warranty is given.
|
|
|
|
- Your friends at SparkFun.
|