forked from LESA-RPI/Sage_GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jason2729 edited this page May 26, 2023
·
2 revisions
Welcome to the STM_GUI wiki! Intro
GUI for stm board. Translate raspberry pi to stm for more control and powerful functionality.
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