IoT Drivers  v3.3.0 (S2022)
Engineering in Software Technology

TSL2591 Light measure data struct. More...

#include <tsl2591.h>

Data Fields

uint16_t fullSpectrumRaw
 
uint16_t infraredRaw
 
uint16_t visibleRaw
 

Detailed Description

TSL2591 Light measure data struct.

The combined light result (tsl2591_getCombinedDataRaw)

Note
These data are the raw values coming directly from the sensor.

Field Documentation

◆ fullSpectrumRaw

uint16_t tsl2591_combinedData_t::fullSpectrumRaw

Full spectrum (Visible and Infrared)

◆ infraredRaw

uint16_t tsl2591_combinedData_t::infraredRaw

Infrared spectrum

◆ visibleRaw

uint16_t tsl2591_combinedData_t::visibleRaw

Visible spectrum


The documentation for this struct was generated from the following file: