VL53L8CH Example code to configure for histogram and get data
I want to use the VL53L8CH in histogram mode to distinguish between multiple reflective surfaces. I found a c-driver package in STSW-IMG043, but no useful example how to initialize the sensor and get data out (over I2C).
What I'am looking for:
1) initialize sensor and start ranging, with some example code to setup the histogram configuration
2) get histogram data over I2C
In the mentioned driver software there are a lot of functions, some of them are clear what they do, other are not clear, but I did not found an application in a software layer avbove which bundles these driver functions to a senseful initialization- or read method.


y