test

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Revision:
5:c82a48da3c9e
Parent:
2:58b5e9097aa3
Child:
7:35ecf3e060c3
--- 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