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

VL53LX_Version_t Struct Reference
[VL53LX Defines]

Defines the parameters of the Get Version Functions. More...

#include <vl53lx_def.h>

Data Fields

uint32_t revision
uint8_t major
uint8_t minor
uint8_t build

Detailed Description

Defines the parameters of the Get Version Functions.

Definition at line 49 of file vl53lx_def.h.


Field Documentation

uint8_t build

build number

Definition at line 53 of file vl53lx_def.h.

uint8_t major

major number

Definition at line 51 of file vl53lx_def.h.

uint8_t minor

minor number

Definition at line 52 of file vl53lx_def.h.

uint32_t revision

revision number

Definition at line 50 of file vl53lx_def.h.