brushless motor control library with l293d

Dependents:   brushless_L293D

Revision:
0:9df79ea8037e
Child:
1:f7babaac1149
diff -r 000000000000 -r 9df79ea8037e brushlessController_L293D.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/brushlessController_L293D.h	Mon Jul 13 14:12:10 2015 +0000
@@ -0,0 +1,9 @@
+#ifndef BRUSHLESSCONTROLLER_L293D_H
+#define BRUSHLESSCONTROLLER_L293D_H
+
+#include "mbed.h"
+
+/* Function Prototype */
+void brushlessControl(bool dir, int delay_time, int stepNum);
+
+#endif