ching-yang Trui / X_NUCLEO_IHM02A1

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   selfbalansingcar

Fork of X_NUCLEO_IHM02A1 by ST

Revision:
19:b684efb6ba93
Parent:
18:ddf3d5dc8137
Child:
21:1b7f3e002688
diff -r ddf3d5dc8137 -r b684efb6ba93 Components/l6470/l6470_class.h
--- a/Components/l6470/l6470_class.h	Fri Apr 08 13:02:16 2016 +0000
+++ b/Components/l6470/l6470_class.h	Tue Sep 27 11:46:57 2016 +0000
@@ -68,10 +68,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/StepperMotor_class.h"
+#include "StepperMotor.h"
 
 
 /* Classes -------------------------------------------------------------------*/