Using VL53L0X with STM32L151 MCU, library header file compilation error
I have a custom circuit board and below is my setup
MCU: STM32L151C8T6
Sensor: VL53L0X
IDE: Atollic
Language: C
I came to notice that I must include the VL53L0X library to use it, and I'm having trouble doing so. I have downloaded the "en.STSW-IMG005.zip" that contains the library for VL53L0X. I have included the "core" and "platform" folders into my project, but the compilation kept giving me the following error
"fatal error: vl53l0x_api.h: No such file or directory #include "vl53l0x_api.h"
I have included the .h to my main.c but the compilation error jumps from file to file, "vl53l0x_api_core.c", "vl53l0x_api_ranging.c", etc.
