Polybot Grenoble / VL53L0X_Vcdf

Dependents:   capteur_cdf asservissement_robot2_Homologued_real

Revision:
3:ee3cae038e1f
Parent:
0:cf752e491870
--- a/VL53L0X.cpp	Sat Apr 27 18:40:01 2019 +0000
+++ b/VL53L0X.cpp	Thu May 30 13:48:29 2019 +0000
@@ -37,6 +37,7 @@
     io_timeout(0), // no timeout 
     did_timeout(false)
 {
+    i2c.frequency(100000);
 }
 
 // Public Methods //////////////////////////////////////////////////////////////