The following DEFINE are used to identify the PAL ERROR. More...
Macros | |
#define | VL53L1_ERROR_DEVICE_FIRMWARE_TOO_NEW ((VL53L1_Error) - 85) |
#define | VL53L1_ERROR_DEVICE_FIRMWARE_TOO_OLD ((VL53L1_Error) - 80) |
#define | VL53L1_ERROR_FILE_READ_FAIL ((VL53L1_Error) - 95) |
#define | VL53L1_ERROR_FILE_WRITE_FAIL ((VL53L1_Error) - 96) |
#define | VL53L1_ERROR_UNIT_TEST_FAIL ((VL53L1_Error) - 90) |
The following DEFINE are used to identify the PAL ERROR.
#define VL53L1_ERROR_DEVICE_FIRMWARE_TOO_NEW ((VL53L1_Error) - 85) |
Device Firmware too new ..
Definition at line 142 of file vl53l1_ll_def.h.
#define VL53L1_ERROR_DEVICE_FIRMWARE_TOO_OLD ((VL53L1_Error) - 80) |
Device Firmware too old ..
Definition at line 140 of file vl53l1_ll_def.h.
#define VL53L1_ERROR_FILE_READ_FAIL ((VL53L1_Error) - 95) |
File Read Fail
Definition at line 146 of file vl53l1_ll_def.h.
#define VL53L1_ERROR_FILE_WRITE_FAIL ((VL53L1_Error) - 96) |
File Write Fail Tells requested functionality has not been implemented yet or not compatible with the device
Definition at line 148 of file vl53l1_ll_def.h.
#define VL53L1_ERROR_UNIT_TEST_FAIL ((VL53L1_Error) - 90) |
Unit Test Fail
Definition at line 144 of file vl53l1_ll_def.h.