Added ST_INTERFACES library.
Fork of X_NUCLEO_IHM06A1 by
Diff: Components/stspin220/stspin220_class.h
- Revision:
- 3:3cc66577af9b
- Parent:
- 2:2ba230b24f25
--- a/Components/stspin220/stspin220_class.h Wed Jul 27 12:00:06 2016 +0000 +++ b/Components/stspin220/stspin220_class.h Thu Sep 29 10:00:17 2016 +0000 @@ -58,10 +58,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 -------------------------------------------------------------------*/