no chagnes

Dependents:   wheelchaircontrol_jesi

Files at this revision

API Documentation at this revision

Comitter:
JesiMiranda
Date:
Tue Aug 20 22:24:11 2019 +0000
Parent:
2:ee9bc2e6dffd
Commit message:
no changes;

Changed in this revision

VL53L1X.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/VL53L1X.cpp	Fri Apr 19 23:03:55 2019 +0000
+++ b/VL53L1X.cpp	Tue Aug 20 22:24:11 2019 +0000
@@ -14,7 +14,8 @@
   , calibrated(false)
   , saved_vhv_init(0)
   , saved_vhv_timeout(0)
-  , distance_mode(Unknown){
+  , distance_mode(Unknown)
+  {
     //Set I2C fast and bring reset line high
    _i2c.frequency(400000);
     address = AddressDefault << 1;