Davide Aliprandi / X_NUCLEO_IHM03A1

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_IHM03A1 by ST

Revision:
4:c707b6050bb9
Parent:
2:06f3a5360a45
diff -r 06f3a5360a45 -r c707b6050bb9 Components/powerstep01/powerstep01_class.h
--- a/Components/powerstep01/powerstep01_class.h	Wed Apr 13 12:55:45 2016 +0000
+++ b/Components/powerstep01/powerstep01_class.h	Thu Sep 29 09:46:23 2016 +0000
@@ -47,21 +47,21 @@
 
 /* ACTION 1 ------------------------------------------------------------------*
  * Include here platform specific header files.                               *
- *----------------------------------------------------------------------------*/        
+ *----------------------------------------------------------------------------*/
 #include "mbed.h"
 #include "DevSPI.h"
 /* ACTION 2 ------------------------------------------------------------------*
  * Include here component specific header files.                              *
- *----------------------------------------------------------------------------*/        
+ *----------------------------------------------------------------------------*/
 #include "powerstep01.h"
 /* ACTION 3 ------------------------------------------------------------------*
  * 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/StepperMotor_class.h"
+#include "StepperMotor.h"
 
 
 /* Classes -------------------------------------------------------------------*/