pololu / vl53l0x-arduino

Pololu Arduino library for VL53L0X time-of-flight distance sensor
https://www.pololu.com/product/2490
Other
345 stars 163 forks source link

Can you please provide examples? #37

Closed IamTheVector closed 5 years ago

IamTheVector commented 5 years ago

Can you please provide examples?

kevin-pololu commented 5 years ago

Hi, IamTheVector.

I'm not sure what happened here, but it looks like you might have tried to ask for mbed examples for the VL53L0X library from https://github.com/dbaba/vl53l0x-mbedos, which was forked from this repository. However, you actually created a pull request to merge the changes from the mbed library back into our Arduino library, which is not something we want to do.

If you are looking for mbed examples, I suggest trying to get in touch with the author of the mbed library (although it looks like GitHub issues have been disabled for that repo, so it might be difficult to contact him). If you are actually looking for Arduino examples, you can find them in the "examples" directory of this repo or through the Arduino IDE after installing the library as described in the instructions.

Kevin