2021-03-05 12:53 AM
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:
If anyone knows the solution for the above two things, please let me know.
Thanks and Regards
Lokesh CJ
2021-08-24 01:14 PM
The VL53LX_platform.c has to be re-written for the MCU you are integrating. The sensor APIs get to the point of I2C_read() and I2C_write() functions. But as we don't know which MCU you have the actual I2C implementation is up to you. Simply re-write the platform.c file so it works in your environment.