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:
- 5:c82a48da3c9e
- Parent:
- 2:58b5e9097aa3
- Child:
- 7:35ecf3e060c3
diff -r 613d7f1ef60e -r c82a48da3c9e x_nucleo_53l0a1.h
--- a/x_nucleo_53l0a1.h Fri Dec 02 10:44:40 2016 +0000
+++ b/x_nucleo_53l0a1.h Mon Dec 05 11:28:33 2016 +0000
@@ -41,7 +41,6 @@
#define __X_NUCLEO_53L0A1_H
/* Includes ------------------------------------------------------------------*/
-#include "mbed.h"
#include "vl53l0x_class.h"
#include "Display_class.h"
#include "stmpe1600_class.h"
@@ -60,7 +59,7 @@
*/
class X_NUCLEO_53L0A1
{
-protected:
+public:
/** Constructor 1
* @param[in] &i2c device I2C to be used for communication
*/
@@ -155,8 +154,6 @@
_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