Librairie adaptée au laboratoire 2

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

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.