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_IHM02A1 by
Diff: Components/l6470/l6470_class.h
- Revision:
- 19:b684efb6ba93
- Parent:
- 18:ddf3d5dc8137
- Child:
- 21:1b7f3e002688
--- 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 -------------------------------------------------------------------*/
