Greatly simplified Architecture, Identical Functions Removed: Platform Interfaces, STP6001 interface

Revision:
12:81f37e50f8f8
Parent:
11:d8dbe3b87f9f
Child:
13:253cb4ea3fcc
--- a/VL53L0X.h	Tue Jul 02 12:38:07 2019 +0000
+++ b/VL53L0X.h	Mon Jul 08 14:07:22 2019 +0000
@@ -37,8 +37,7 @@
 #include "VL53L0X_def.h"
 
 /* Classes -------------------------------------------------------------------*/
-/** Class representing a VL53L0 sensor component
- */
+/** Class representing a VL53L0 sensor component  */
 class VL53L0X
 {
 public:
@@ -1849,4 +1848,7 @@
     VL53L0X_Error VL53L0X_i2c_read(uint8_t index, uint8_t *p_data, uint16_t number_of_bytes);
 };
 
+void Report_Deep_Infos (VL53L0X TOF1);
+void Report_Range_Infos(VL53L0X_RangingMeasurementData_t RangeResults);
+
 #endif /* _VL53L0X_CLASS_H_ */