Added ST_INTERFACES library.

Dependencies:   ST_INTERFACES

Fork of X_NUCLEO_IHM04A1 by ST

Revision:
4:e1e5466ad5a7
Parent:
3:b06e38d365d7
diff -r b06e38d365d7 -r e1e5466ad5a7 Components/l6206/l6206_class.h
--- a/Components/l6206/l6206_class.h	Tue Jun 14 12:14:28 2016 +0000
+++ b/Components/l6206/l6206_class.h	Thu Sep 29 09:53:00 2016 +0000
@@ -69,11 +69,10 @@
  * Include here interface specific header files.                              *
  *                                                                            *
  * Example:                                                                   *
- *   #include "../Interfaces/Humidity_class.h"                                *
- *   #include "../Interfaces/Temperature_class.h"                             *
+ *   #include "HumiditySensor.h"                                              *
+ *   #include "TemperatureSensor.h"                                           *
  *----------------------------------------------------------------------------*/
-#include "../Interfaces/BDCMotor_class.h"
-
+#include "BCDMotor.h"
 
 
 /* Private constants ---------------------------------------------------------*/