Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_IHM03A1 by
Diff: Components/powerstep01/powerstep01_class.h
- 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 -------------------------------------------------------------------*/