Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Check_VL6180XA1_ToF
Fork of X_NUCLEO_6180XA1 by
Diff: Components/VL6180X/vl6180x_class.h
- Revision:
- 27:22c6f69967d9
- Parent:
- 26:db0cdc5ecc0a
- Child:
- 28:7c9031e96c22
diff -r db0cdc5ecc0a -r 22c6f69967d9 Components/VL6180X/vl6180x_class.h
--- 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);
