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:
- 20:dd8390d615bf
- Parent:
- 18:c98aa73dc4a5
- Child:
- 21:5fb360508b6e
diff -r 39ea6bab0e5b -r dd8390d615bf Components/VL6180X/vl6180x_class.h
--- a/Components/VL6180X/vl6180x_class.h Wed Oct 28 09:28:52 2015 +0000
+++ b/Components/VL6180X/vl6180x_class.h Wed Oct 28 13:07:59 2015 +0000
@@ -534,7 +534,7 @@
status=ReadID();
if(status)
- printf("Failed to read ID device! Device not present!\n\r"); //FIXME da sistemare la funzione di stampa errore ErrLog da platform.h
+ printf("Failed to read ID device. Device not present!\n\r");
return status;
}
int StopRangeMeasurement(OperatingMode operating_mode);
