ST Expansion SW Team / VL53L1CB

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   VL53L1CB_noshield_1sensor_polls_auton VL53L1CB_noshield_1sensor_interrupt_auton X_NUCLEO_53L1A2

Embed: (wiki syntax)

« Back to documentation index

VL53L1_DistanceThreshold_t Struct Reference

VL53L1_DistanceThreshold_t Struct Reference
[VL53L1 Defines]

Defines parameters for Distance detection Thresholds configuration. More...

#include <vl53l1_def.h>

Data Fields

uint16_t High
uint16_t Low

Detailed Description

Defines parameters for Distance detection Thresholds configuration.

Definition at line 233 of file vl53l1_def.h.


Field Documentation

uint16_t High

Distance threshold high limit in mm

Definition at line 235 of file vl53l1_def.h.

uint16_t Low

Distance threshold low limit in mm

Definition at line 236 of file vl53l1_def.h.