Defines parameters for Distance detection Thresholds configuration. More...
#include <vl53l1_def.h>
Public Attributes | |
VL53L1_ThresholdMode | CrossMode |
uint16_t | High |
uint16_t | Low |
Defines parameters for Distance detection Thresholds configuration.
Definition at line 232 of file vl53l1_def.h.
VL53L1_ThresholdMode VL53L1_DistanceThreshold_t::CrossMode |
Definition at line 233 of file vl53l1_def.h.
uint16_t VL53L1_DistanceThreshold_t::High |
Distance threshold high limit in mm
Definition at line 234 of file vl53l1_def.h.
uint16_t VL53L1_DistanceThreshold_t::Low |
Distance threshold low limit in mm
Definition at line 235 of file vl53l1_def.h.