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
Diff: x_nucleo_53l0a1.h
- Revision:
- 2:58b5e9097aa3
- Parent:
- 1:01b8004bc0a7
- Child:
- 5:c82a48da3c9e
diff -r 01b8004bc0a7 -r 58b5e9097aa3 x_nucleo_53l0a1.h
--- a/x_nucleo_53l0a1.h Mon Nov 28 14:52:49 2016 +0000
+++ b/x_nucleo_53l0a1.h Thu Dec 01 14:17:46 2016 +0000
@@ -60,7 +60,7 @@
*/
class X_NUCLEO_53L0A1
{
- public:
+protected:
/** Constructor 1
* @param[in] &i2c device I2C to be used for communication
*/
@@ -155,6 +155,8 @@
_instance=NULL;
}
+public:
+
/**
* @brief Creates a singleton object instance
* @param[in] &i2c device I2C to be used for communication
X-NUCLEO-53L1A1 Ranging Sensor Expansion Board