FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Hold SPAD information from VL53L0X device. More...
#include <fastarduino/devices/vl53l0x_types.h>
Public Member Functions | |
bool | is_aperture () const |
Indicate which is the first SPAD to enable, if false this is SPAD 0 , else it is SPAD 12 . More... | |
uint8_t | count () const |
Indicate the number of SPADs to enable. More... | |
Hold SPAD information from VL53L0X device.
This information is used to calculate refrence SPADs.
Definition at line 926 of file vl53l0x_types.h.
|
inline |
Indicate which is the first SPAD to enable, if false
this is SPAD 0
, else it is SPAD 12
.
Definition at line 942 of file vl53l0x_types.h.
|
inline |
Indicate the number of SPADs to enable.
Definition at line 950 of file vl53l0x_types.h.