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.
Fork of sMotor by
Revision 3:ac1e3b571cef, committed 2017-10-03
- Comitter:
- Harshavardan61
- Date:
- Tue Oct 03 11:34:31 2017 +0000
- Parent:
- 2:f1bab151e654
- Commit message:
- Changed the Library for wide range of controllers
Changed in this revision
| stepperMotor.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/stepperMotor.cpp Mon Sep 23 14:32:02 2013 +0000 +++ b/stepperMotor.cpp Tue Oct 03 11:34:31 2017 +0000 @@ -9,7 +9,7 @@ */ -#include "sMotor.h" +#include "stepperMotor.h" #include "mbed.h"
