ST Expansion SW Team / VL53L3CX_mbed

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   VL53L3CX_NoShield_1Sensor_poll_Mb06x VL53L3_NoShield_1Sensor_polling_Mb63 X_NUCLEO_53L3A2 53L3A2_Ranging

Embed: (wiki syntax)

« Back to documentation index

VL53LX_UserRoi_t Struct Reference

VL53LX_UserRoi_t Struct Reference
[VL53LX Defines]

Defines User Zone(ROI) parameters. More...

#include <vl53lx_def.h>

Data Fields

uint8_t TopLeftX
uint8_t TopLeftY
uint8_t BotRightX
uint8_t BotRightY

Detailed Description

Defines User Zone(ROI) parameters.

Definition at line 217 of file vl53lx_def.h.


Field Documentation

uint8_t BotRightX

Bot Right x coordinate: 0-15 range

Definition at line 221 of file vl53lx_def.h.

uint8_t BotRightY

Bot Right y coordinate: 0-15 range

Definition at line 222 of file vl53lx_def.h.

uint8_t TopLeftX

Top Left x coordinate: 0-15 range

Definition at line 219 of file vl53lx_def.h.

uint8_t TopLeftY

Top Left y coordinate: 0-15 range

Definition at line 220 of file vl53lx_def.h.