Condensed Version of Public VL53L0X

Dependents:   ToF-Only-Tryout

Embed: (wiki syntax)

« Back to documentation index

VL53L0X_Version_t Struct Reference

VL53L0X_Version_t Struct Reference
[VL53L0X Defines]

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

#include <VL53L0X_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 331 of file VL53L0X_def.h.


Field Documentation

uint8_t build

build number

Definition at line 335 of file VL53L0X_def.h.

uint8_t major

major number

Definition at line 333 of file VL53L0X_def.h.

uint8_t minor

minor number

Definition at line 334 of file VL53L0X_def.h.

uint32_t revision

revision number

Definition at line 332 of file VL53L0X_def.h.