Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Dependents: Display_53L0A1_IntSatelites Display_53L0A1_InterruptMode
Fork of X_NUCLEO_53L0A1 by
VL53L0X_DeviceInfo_t 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 110 of file vl53l0x_def.h.
Field Documentation
| char Name[VL53L0X_MAX_STRING_LENGTH] |
Name of the Device e.g. Left_Distance
Definition at line 112 of file vl53l0x_def.h.
| char ProductId[VL53L0X_MAX_STRING_LENGTH] |
Product Identifier String
Definition at line 116 of file vl53l0x_def.h.
| uint8_t ProductRevisionMajor |
Product revision major
Definition at line 120 of file vl53l0x_def.h.
| uint8_t ProductRevisionMinor |
Product revision minor
Definition at line 122 of file vl53l0x_def.h.
| uint8_t ProductType |
Product Type, VL53L0X = 1, VL53L1 = 2
Definition at line 118 of file vl53l0x_def.h.
| char Type[VL53L0X_MAX_STRING_LENGTH] |
Type of the Device e.g VL53L0X
Definition at line 114 of file vl53l0x_def.h.
Generated on Tue Jul 12 2022 21:41:59 by
1.7.2
