Skip to main content
COroz.1
Visitor II
April 9, 2021
Question

Using VL53L0X with ESP32

  • April 9, 2021
  • 2 replies
  • 1451 views

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

This topic has been closed for replies.

2 replies

John E KVAM
ST Employee
August 24, 2021

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.

Tesla DeLorean
Guru
August 24, 2021

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 VenmoUp vote any posts that you find helpful, it shows what's working..