User Activity

I'm using an ESP32 to communicate with the VL53L3CX. I successfully reworked the vl53l3cx_platform.c file to get communication working with the sensor using I2C, which is a good start. But when I go to read from the sensor (using polling, not hardwar...