I want to make an own library of VL53L3CX sensor to integrate with ESP32, I have downloaded the API driver code from the ST official website. I am facing the below file error while compiling.
fatal error: ranging_sensor_comms.h: No such file or directory.The error is from the vl53lx_platform.c file, I have searched entire API driver code files and I didn't find the #include "ranging_sensor_comms.h" file.I want to know two things:How to ta...