Library to handle the X-NUCLEO-6180XA1 Proximity and ambient light sensor expansion board based on VL6180X.

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   HelloWorld_6180XA1 SunTracker_BLE Servo_6180XA1 BLE_HR_Light ... more

Fork of X_NUCLEO_6180XA1 by ST Expansion SW Team

Embed: (wiki syntax)

« Back to documentation index

VL6180X_AlsData_st Struct Reference

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 289 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 291 of file vl6180x_def.h.

lux_t lux

Light measurement (Lux)

Definition at line 290 of file vl6180x_def.h.