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

Update Example7_Calibration.ino #63

Open pouyan-asg opened 7 months ago

pouyan-asg commented 7 months ago

Added distanceSensor.startRanging(); at line 86 to work properly. With your code, calibration does not work.