Initial release. Mbed library for VL53L1CB

Embed: (wiki syntax)

« Back to documentation index

VL53L1_DeviceInfo_t Struct Reference

VL53L1_DeviceInfo_t Struct Reference
[VL53L1 Defines]

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

#include <vl53l1_def.h>

Data Fields

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

Detailed Description

Defines the parameters of the Get Device Info Functions.

Definition at line 112 of file vl53l1_def.h.


Field Documentation

char Name[VL53L1_DEVINFO_STRLEN]

Full Name of the Device e.g. VL53L1 cut1.1

Definition at line 114 of file vl53l1_def.h.

char ProductId[VL53L1_DEVINFO_STRLEN]

Product Identifier String

Warning:
Not yet implemented

Definition at line 118 of file vl53l1_def.h.

Product revision major

Definition at line 126 of file vl53l1_def.h.

Product revision minor

Definition at line 128 of file vl53l1_def.h.

uint8_t ProductType

Product Type, VL53L1 = 0xCC, VL53L3 = 0xAA Stands as module_type in the datasheet

Definition at line 122 of file vl53l1_def.h.

char Type[VL53L1_DEVINFO_STRLEN]

Type of the Device e.g VL53L1

Definition at line 116 of file vl53l1_def.h.