Interface Stepper motor with mbed
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 |
diff -r f1bab151e654 -r ac1e3b571cef stepperMotor.cpp --- 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"