Functions used to select ROIs. More...
Functions | |
VL53L1_Error | VL53L1_GetUserROI (VL53L1_DEV Dev, VL53L1_UserRoi_t *pUserROi) |
Get the ROI managed by the Device. More... | |
VL53L1_Error | VL53L1_SetUserROI (VL53L1_DEV Dev, VL53L1_UserRoi_t *pUserROi) |
Set the ROI to be used for ranging. More... | |
Functions used to select ROIs.
VL53L1_Error VL53L1_GetUserROI | ( | VL53L1_DEV | Dev, |
VL53L1_UserRoi_t * | pUserROi | ||
) |
Get the ROI managed by the Device.
Dev | Device Handle |
pUserROi | Pointer to the Structure definining the ROI |
Definition at line 1620 of file vl53l1_api.c.
VL53L1_Error VL53L1_SetUserROI | ( | VL53L1_DEV | Dev, |
VL53L1_UserRoi_t * | pUserROi | ||
) |
Set the ROI to be used for ranging.
Dev | Device Handle |
pUserROi | Pointer to the Structure definining the ROI |
Definition at line 1597 of file vl53l1_api.c.