Initial release. Mbed library for VL53L1CB

Embed: (wiki syntax)

« Back to documentation index

VL53L1_UserRoi_t Struct Reference

VL53L1_UserRoi_t Struct Reference
[VL53L1 Defines]

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

#include <vl53l1_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 586 of file vl53l1_def.h.


Field Documentation

uint8_t BotRightX

Bot Right x coordinate: 0-15 range

Definition at line 590 of file vl53l1_def.h.

uint8_t BotRightY

Bot Right y coordinate: 0-15 range

Definition at line 591 of file vl53l1_def.h.

uint8_t TopLeftX

Top Left x coordinate: 0-15 range

Definition at line 588 of file vl53l1_def.h.

uint8_t TopLeftY

Top Left y coordinate: 0-15 range

Definition at line 589 of file vl53l1_def.h.