EwokPlus25 low level silicon specific API function definitions. More...
#include "vl53l1_platform.h"
Go to the source code of this file.
Functions | |
VL53L1_Error | VL53L1_is_firmware_ready_silicon (VL53L1_DEV Dev, uint8_t *pready) |
Checks if the firmware is ready for ranging (Silicon variant) More... | |
EwokPlus25 low level silicon specific API function definitions.
Definition in file vl53l1_silicon_core.h.
VL53L1_Error VL53L1_is_firmware_ready_silicon | ( | VL53L1_DEV | Dev, |
uint8_t * | pready | ||
) |
Checks if the firmware is ready for ranging (Silicon variant)
[in] | Dev | : Device Handle |
[out] | pready | : pointer to data ready flag 0 = firmware not ready 1 = firmware ready |
Determines if the firmware is ready to range
There are 2 different behaviors depending on whether power force is enabled or not
Definition at line 85 of file vl53l1_silicon_core.c.