Luminosity sensor by Texas Advanced Optoelectronic Solutions Inc.. Device combines one broadband photodiode (visible plus infrared) and one infrared-responding photodiode. Sets Gain x1 and 402mS as default.

Dependents:   MusicBoxForFathersDay FTHR_SensorHub Affich_Lum_Moist Projetv0 ... more

Embed: (wiki syntax)

« Back to documentation index

sensor_t Struct Reference

sensor_t Struct Reference

struct sensor_s is used to describe basic information about a specific sensor. More...

#include <TSL2561.h>

Data Fields

float max_value
 maximum value of this sensor's value in SI units
float min_value
 minimum value of this sensor's value in SI units
float resolution
 min delay in microseconds between events.

Detailed Description

struct sensor_s is used to describe basic information about a specific sensor.

Definition at line 133 of file TSL2561.h.


Field Documentation

float max_value

maximum value of this sensor's value in SI units

Definition at line 134 of file TSL2561.h.

float min_value

minimum value of this sensor's value in SI units

smallest difference between two values reported by this sensor

Definition at line 135 of file TSL2561.h.

float resolution

min delay in microseconds between events.

zero = not a constant rate

Definition at line 138 of file TSL2561.h.