GUI for sage
Target Status: Status indicating the measurement validity. It is type uint8_t and is one of the member variable of type VL53L5CX_ResultsData
Distance__mm: Measured distance in mm. It is type int16_t and is one of the member variable of type VL53L5CX_ResultsData
Reflectance: Estimated reflectance in percent. It is type uint8_t and is one of the member variable of type VL53L5CX_ResultsData
- Download the code
Example_1_ranging_basic.c(it is a modified version) into the folder../VL53L5CX_Linux_driver_1.1.2/user/examplesand replace the old one. - Go to
../VL53L5CX_Linux_driver_1.1.2/user/testand use make command to compile. - Run
menuand choose example 1.
modified_ranging.cis not working as intended. Need help with debugging