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

RangeFilterResult_tag Struct Reference

RangeFilterResult_tag Struct Reference

Filtered result data structure range data is to be used. More...

#include <vl6180x_def.h>

Data Fields

uint16_t range_mm
uint16_t rawRange_mm

Detailed Description

Filtered result data structure range data is to be used.

Definition at line 155 of file vl6180x_def.h.


Field Documentation

uint16_t range_mm

Filtered ranging value

Definition at line 156 of file vl6180x_def.h.

uint16_t rawRange_mm

raw range value (scaled)

Definition at line 157 of file vl6180x_def.h.