2021-04-08 11:38 PM
Hello,
I am trying to use a VL53L0X with an ESP32. The integration is being done using VS Code with the Espressif extension.
My issue is with the VL53L0X API. I added the API to my main folder but when I call some functions they are not being recognized.
2021-08-24 01:10 PM
Ouch - I have no idea. But for issues like these do a search of github. It's amazing how many contributions there are. Perhaps you will find something that can help.
2021-08-24 02:33 PM
Old post
Without more context looks to be a linker error.
Include files define the interface, they don't import code.
The body code for the library be it source or object form needs to be pulled into the project so the linker can use it.