Struct for storing TCS37727 sensor data. More...
Struct for storing TCS37727 sensor data.
Definition at line 63 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. | |
| uint32_t tcs37727_data_t::blue | 
IR compensated channels blue.
Definition at line 66 of file tcs37727.h.
| uint32_t tcs37727_data_t::clear | 
channels clear
Definition at line 67 of file tcs37727.h.
| uint32_t tcs37727_data_t::ct | 
Color temperature.
Definition at line 69 of file tcs37727.h.
| uint32_t tcs37727_data_t::green | 
IR compensated channels green.
Definition at line 65 of file tcs37727.h.
| uint32_t tcs37727_data_t::lux | 
Lux.
Definition at line 68 of file tcs37727.h.
| uint32_t tcs37727_data_t::red | 
IR compensated channels red.
Definition at line 64 of file tcs37727.h.