modified to work with MultiTech mDot on UDK2.0

Dependents:   HelloWorld_53L0A1 unh-hackathon-example unh-hackathon-example-raw

Fork of X_NUCLEO_53L0A1 by ST

Revision:
11:ff6857189608
Parent:
7:35ecf3e060c3
--- a/Components/VL53L0X/vl53l0x_class.cpp	Sat Apr 08 03:53:52 2017 +0000
+++ b/Components/VL53L0X/vl53l0x_class.cpp	Sat Apr 08 08:57:03 2017 -0400
@@ -5042,6 +5042,10 @@
 		
     return -1;
 }
+
+int VL53L0X::read_id(uint8_t  *id) {
+    return ReadID(id);
+}
  
  
 VL53L0X_Error VL53L0X::WaitMeasurementDataReady(VL53L0X_DEV Dev)