Condensed Version of Public VL53L0X

Dependents:   ToF-Only-Tryout

Embed: (wiki syntax)

« Back to documentation index

TVL53L0X_DeviceInfo Struct Reference

TVL53L0X_DeviceInfo Struct Reference
[VL53L0X Defines]

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

#include <VL53L0X_def.h>

Data Fields

char Name [VL53L0X_MAX_STRING_LENGTH]
char Type [VL53L0X_MAX_STRING_LENGTH]
char ProductId [VL53L0X_MAX_STRING_LENGTH]
uint8_t ProductType
uint8_t ProductRevisionMajor
uint8_t ProductRevisionMinor

Detailed Description

Defines the parameters of the Get Device Info Functions.

Definition at line 341 of file VL53L0X_def.h.


Field Documentation

char Name[VL53L0X_MAX_STRING_LENGTH]

Name of the Device e.g. Left_Distance

Definition at line 343 of file VL53L0X_def.h.

char ProductId[VL53L0X_MAX_STRING_LENGTH]

Product Identifier String

Definition at line 347 of file VL53L0X_def.h.

Product revision major

Definition at line 351 of file VL53L0X_def.h.

Product revision minor

Definition at line 353 of file VL53L0X_def.h.

uint8_t ProductType

Product Type, VL53L0X = 1, VL53L1 = 2

Definition at line 349 of file VL53L0X_def.h.

char Type[VL53L0X_MAX_STRING_LENGTH]

Type of the Device e.g VL53L0X

Definition at line 345 of file VL53L0X_def.h.