FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
devices::vl53l0x::SPADInfo Class Reference

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...
 

Detailed Description

Hold SPAD information from VL53L0X device.

This information is used to calculate refrence SPADs.

Warning
you should never need to access instances of this class.
See also
VL53L0X::get_SPAD_info()
VL53L0X::get_reference_SPADs()
VL53L0X::set_reference_SPADs()

Definition at line 926 of file vl53l0x_types.h.

Member Function Documentation

◆ is_aperture()

bool devices::vl53l0x::SPADInfo::is_aperture ( ) const
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.

◆ count()

uint8_t devices::vl53l0x::SPADInfo::count ( ) const
inline

Indicate the number of SPADs to enable.

Definition at line 950 of file vl53l0x_types.h.


The documentation for this class was generated from the following file: