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_DeviceInfo_t Struct Reference

VL53LX_DeviceInfo_t Struct Reference
[VL53LX Defines]

Defines the parameters of the Get Device Info Functions. More...

#include <vl53lx_def.h>

Data Fields

uint8_t ProductType
uint8_t ProductRevisionMajor
uint8_t ProductRevisionMinor

Detailed Description

Defines the parameters of the Get Device Info Functions.

Definition at line 59 of file vl53lx_def.h.


Field Documentation

Product revision major

Definition at line 65 of file vl53lx_def.h.

Product revision minor

Definition at line 67 of file vl53lx_def.h.

uint8_t ProductType

Product Type, VL53LX = 0xAA Stands as module_type in the datasheet

Definition at line 61 of file vl53lx_def.h.