All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Struct for storing TCS37727 sensor data. More...

Detailed Description

Struct for storing TCS37727 sensor data.

Definition at line 64 of file tcs37727.h.

#include <tcs37727.h>

Data Fields

uint32_t red
 IR compensated channels red.
 
uint32_t green
 IR compensated channels green.
 
uint32_t blue
 IR compensated channels blue.
 
uint32_t clear
 channels clear
 
uint32_t lux
 Lux.
 
uint32_t ct
 Color temperature.
 

Field Documentation

◆ blue

uint32_t tcs37727_data_t::blue

IR compensated channels blue.

Definition at line 67 of file tcs37727.h.

◆ clear

uint32_t tcs37727_data_t::clear

channels clear

Definition at line 68 of file tcs37727.h.

◆ ct

uint32_t tcs37727_data_t::ct

Color temperature.

Definition at line 70 of file tcs37727.h.

◆ green

uint32_t tcs37727_data_t::green

IR compensated channels green.

Definition at line 66 of file tcs37727.h.

◆ lux

uint32_t tcs37727_data_t::lux

Lux.

Definition at line 69 of file tcs37727.h.

◆ red

uint32_t tcs37727_data_t::red

IR compensated channels red.

Definition at line 65 of file tcs37727.h.


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