sparkfun / SparkFun_VL53L1X_Arduino_Library

A library for the laser based VL53L1X Time Of Flight distance sensor capable of detecting a target 4m away!
MIT License
88 stars 50 forks source link

ld error #15

Closed RichardZeitler closed 4 years ago

RichardZeitler commented 5 years ago

Example1_ReadDistance.cpp.o: In Funktion »_GLOBAL__sub_I_distanceSensor«: /home/varg/sketchbook/libraries/SparkFunSensor/src/SparkFun_VL53L1X_Arduino_Library.h:90: Warnung: undefinierter Verweis auf »VL53L1X::begin(unsigned char, TwoWire&)« /home/varg/sketchbook/libraries/SparkFunSensor/src/SparkFun_VL53L1X_Arduino_Library.h:90: Warnung: undefinierter Verweis auf »VL53L1X::newDataReady()« /home/varg/sketchbook/libraries/SparkFunSensor/src/SparkFun_VL53L1X_Arduino_Library.h:90: Warnung: undefinierter Verweis auf »VL53L1X::getDistance()« collect2: Fehler: ld gab 1 als Ende-Status zurück

nseidle commented 5 years ago

Hi, please give us some additional information:

Subject of the issue

Describe your issue here.

Your workbench

Steps to reproduce

Tell us how to reproduce this issue. Please post stripped down example code demonstrating your issue to a gist.

Expected behavior

Tell us what should happen

Actual behavior

Tell us what happens instead

AndyEngland521 commented 4 years ago

Closing due to inactivity. Feel free to reopen if issue persists.