Vijayaraghavan Narayanan / VLX6180X_API
Embed: (wiki syntax)

« Back to documentation index

sensor_AlsData Struct Reference

sensor_AlsData Struct Reference

This data type defines range measurment data. More...

#include <als_driver.h>

Data Fields

float_t lux
 Light measurement (Lux)
uint32_t errorStatus
 Error status of the current measurement.

Detailed Description

This data type defines range measurment data.

Definition at line 75 of file als_driver.h.


Field Documentation

Error status of the current measurement.


No Error := 0.
Refer to product sheets for other error codes.

Definition at line 81 of file als_driver.h.

Light measurement (Lux)

Definition at line 78 of file als_driver.h.