vlx lib
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.
Generated on Tue Jul 12 2022 22:19:50 by
1.7.2
Vijayaraghavan Narayanan