Added ST_INTERFACES library.

Dependencies:   ST_INTERFACES

Fork of X-NUCLEO-IHM05A1 by ST

Revision:
3:d566edd8cd34
Parent:
2:2af31245e67e
--- a/Components/l6208/l6208_class.h	Fri Apr 29 14:58:30 2016 +0000
+++ b/Components/l6208/l6208_class.h	Thu Sep 29 09:57:41 2016 +0000
@@ -58,10 +58,10 @@
  * Include here interface specific header files.                              *
  *                                                                            *
  * Example:                                                                   *
- *   #include "../Interfaces/Humidity_class.h"                                *
- *   #include "../Interfaces/Temperature_class.h"                             *
+ *   #include "Humidity_class.h"                                              *
+ *   #include "Temperature_class.h"                                           *
  *----------------------------------------------------------------------------*/
-#include "../Interfaces/StepperMotor_class.h"
+#include "StepperMotor.h"
 
 
 /* Classes -------------------------------------------------------------------*/