Interface a Bipolar Stepper Motor to a mbed board using L293D.

Dependencies:   mbed BipoarStepperMotor

Revision:
5:9390c2fe790e
Parent:
1:5242a9e79d7a
--- a/main.cpp	Mon Sep 23 14:40:24 2013 +0000
+++ b/main.cpp	Tue Oct 03 11:34:48 2017 +0000
@@ -15,7 +15,7 @@
 */
 
 #include "mbed.h"
-#include "sMotor.h"
+#include "stepperMotor.h"
 
 
 Serial pc(USBTX, USBRX);