Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
VL6180x_AlsData_st Struct Reference
This data type defines als measurement data. More...
#include <vl6180x_def.h>
Data Fields | |
lux_t | lux |
Light measurement (Lux) | |
uint32_t | errorStatus |
Error status of the current measurement. |
Detailed Description
This data type defines als measurement data.
Definition at line 308 of file vl6180x_def.h.
Field Documentation
uint32_t errorStatus |
Error status of the current measurement.
No Error := 0.
Refer to product sheets for other error codes.
Definition at line 310 of file vl6180x_def.h.
lux_t lux |
Light measurement (Lux)
Definition at line 309 of file vl6180x_def.h.
Generated on Tue Jul 12 2022 21:49:24 by
