INSAT Mini Project

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
27:22c6f69967d9
Parent:
26:db0cdc5ecc0a
Child:
28:7c9031e96c22
--- a/Components/VL6180X/vl6180x_class.h	Wed Nov 04 09:11:52 2015 +0100
+++ b/Components/VL6180X/vl6180x_class.h	Wed Nov 04 17:17:35 2015 +0100
@@ -540,7 +540,7 @@
 			
        status=ReadID();
        if(status)
-          printf("Failed to read ID device. Device not present!\n\r");
+          VL6180x_ErrLog("Failed to read ID device. Device not present!\n\r");
        return status;
     }	
     int StopRangeMeasurement(OperatingMode operating_mode);