FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Status of device as retrieved by VL53L0X::get_range_status()
.
More...
#include <fastarduino/devices/vl53l0x_types.h>
Public Member Functions | |
DeviceError | error () const |
Device error. More... | |
bool | data_ready () const |
Indicate if data (range) is ready for reading. More... | |
Status of device as retrieved by VL53L0X::get_range_status()
.
Definition at line 246 of file vl53l0x_types.h.
|
inline |
Device error.
Definition at line 256 of file vl53l0x_types.h.
|
inline |
Indicate if data (range) is ready for reading.
true | if data can be read from the device |
Definition at line 265 of file vl53l0x_types.h.