ST Expansion SW Team / VL53L1

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_53L1CB

Embed: (wiki syntax)

« Back to documentation index

VL53L1_RoiConfig_t Struct Reference

VL53L1_RoiConfig_t Struct Reference
[VL53L1 Defines]

Defines ROI configuration parameters. More...

#include <vl53l1_def.h>

Data Fields

uint8_t NumberOfRoi
VL53L1_UserRoi_t UserRois [VL53L1_MAX_USER_ZONES]

Detailed Description

Defines ROI configuration parameters.

Support up a max of 16 zones, Each Zone has the same size

Definition at line 551 of file vl53l1_def.h.


Field Documentation

uint8_t NumberOfRoi

Number of Rois defined

Definition at line 553 of file vl53l1_def.h.

VL53L1_UserRoi_t UserRois[VL53L1_MAX_USER_ZONES]

List of Rois

Definition at line 556 of file vl53l1_def.h.