ST / VL53L0X

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   HelloWorld_ST_Sensors mbed-os-mqtt-client Multi_VL53L0X DISCO-IOT01_HomeEnv ... more

Fork of VL53L0X by Nicola Capovilla

Embed: (wiki syntax)

« Back to documentation index

VL53L0X_SpadData_t Struct Reference

VL53L0X_SpadData_t Struct Reference
[VL53L0X Defines]

Spad Configuration Data. More...

#include <VL53L0X_def.h>

Data Fields

uint8_t RefSpadEnables [VL53L0X_REF_SPAD_BUFFER_SIZE]
uint8_t RefGoodSpadMap [VL53L0X_REF_SPAD_BUFFER_SIZE]

Detailed Description

Spad Configuration Data.

Definition at line 406 of file VL53L0X_def.h.


Field Documentation

uint8_t RefGoodSpadMap[VL53L0X_REF_SPAD_BUFFER_SIZE]

Reference Spad Good Spad Map

Definition at line 410 of file VL53L0X_def.h.

uint8_t RefSpadEnables[VL53L0X_REF_SPAD_BUFFER_SIZE]

Reference Spad Enables

Definition at line 408 of file VL53L0X_def.h.