![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the isl29023 raw data buffer. More...
#include <isl29023_drv.h>
Data Fields | |
uint32_t | timestamp |
uint16_t | light |
This structure defines the isl29023 raw data buffer.
Definition at line 37 of file isl29023_drv.h.
uint16_t light |
ADC output: unsigned 16/12/8/4-bits resolution
Definition at line 40 of file isl29023_drv.h.
Referenced by main().
uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 39 of file isl29023_drv.h.