Library for use with VL53L1X, intended to represent the Proximity sensor expansion board with the same name.

Dependencies:   VL53L1X_mbed

Dependents:   HelloWorld_53L1A1 VL53L1A1_Simple_Ranging_With_One_Device VL53L1A1_Simple_Ranging_With_All_Devices VL53L1X_Ranging_With_Multiple_Devices_MbedOS ... more

Files at this revision

API Documentation at this revision

Comitter:
dmathew
Date:
Fri May 17 09:11:13 2019 +0000
Parent:
23:805bffa2b7f6
Child:
25:e26f54327c13
Commit message:
Commit update to board with updates for interrupt support

Changed in this revision

Components/VL53L1X.lib Show annotated file Show diff for this revision Revisions of this file
XNucleo53L1A1.h Show annotated file Show diff for this revision Revisions of this file
--- a/Components/VL53L1X.lib	Tue Apr 09 12:18:25 2019 +0000
+++ b/Components/VL53L1X.lib	Fri May 17 09:11:13 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/ST-Expansion-SW-Team/code/VL53L1X/#f16727052990
+https://os.mbed.com/teams/ST-Expansion-SW-Team/code/VL53L1X/#aa13392d16bb
--- a/XNucleo53L1A1.h	Tue Apr 09 12:18:25 2019 +0000
+++ b/XNucleo53L1A1.h	Fri May 17 09:11:13 2019 +0000
@@ -47,8 +47,8 @@
 
 
 /** New device addresses */
-#define NEW_SENSOR_CENTRE_ADDRESS   0x52
-//#define NEW_SENSOR_CENTRE_ADDRESS   0x54
+//#define NEW_SENSOR_CENTRE_ADDRESS   0x52
+#define NEW_SENSOR_CENTRE_ADDRESS       0x54
 #define NEW_SENSOR_LEFT_ADDRESS         0x56
 #define NEW_SENSOR_RIGHT_ADDRESS        0x58
 
@@ -181,4 +181,4 @@
 };
 
 
-#endif /* __VL53L1_X_NUCLEO_CLASS_H */
\ No newline at end of file
+#endif /* __VL53L1_X_NUCLEO_CLASS_H */