SparkFun Ambient Light Sensor - VEML7700  v2.0.0-1-g1693613
Library for the SparkFun Ambient Light Sensor - VEML7700
Loading...
Searching...
No Matches
SparkFun_VEML7700_Arduino_Library.h File Reference
#include <SparkFun_Toolkit.h>
#include "sfTk/sfDevVEML7700.h"
Include dependency graph for SparkFun_VEML7700_Arduino_Library.h:

Go to the source code of this file.

Classes

class  SparkFunVEML7700
 Class for interfacing with the VMEL7700 sensor using I2C communication. More...
 
class  VEML7700
 Deprecated class for interfacing with the VEML7700 sensor - supports version 1.0.0 of the SparkX library. More...
 

Enumerations

enum  VEML7700_error_t : sfTkError_t {
  VEML7700_ERROR_READ = ksfTkErrFail , VEML7700_ERROR_WRITE = ksfTkErrFail , VEML7700_ERROR_INVALID_ADDRESS = ksfTkErrInvalidParam , VEML7700_ERROR_UNDEFINED = ksfTkErrInvalidParam ,
  VEML7700_ERROR_SUCCESS = ksfTkErrOk
}
 

Variables

const VEML7700_error_t VEML7700_SUCCESS = VEML7700_ERROR_SUCCESS
 

Detailed Description

SparkFun VEML7700 Ambient Light Sensor Arduino Library

This library facilitates communication with the VEML7700 over I2C.

Want to support open source hardware? Buy a board from SparkFun!

This library was written by: Paul Clark SparkFun Electronics November 4th 2021

Author
SparkFun Electronics
Date
2021-2025

SPDX-License-Identifier: MIT

Enumeration Type Documentation

◆ VEML7700_error_t

enum VEML7700_error_t : sfTkError_t
Enumerator
VEML7700_ERROR_READ 
VEML7700_ERROR_WRITE 
VEML7700_ERROR_INVALID_ADDRESS 
VEML7700_ERROR_UNDEFINED 
VEML7700_ERROR_SUCCESS 

Variable Documentation

◆ VEML7700_SUCCESS

const VEML7700_error_t VEML7700_SUCCESS = VEML7700_ERROR_SUCCESS