cancel
Showing results for 
Search instead for 
Did you mean: 

Using VL53L0X with ESP32

COroz.1
Associate

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. 0693W000008z3zuQAA.png

2 REPLIES 2
John E KVAM
ST Employee

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.


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..