brushless motor control library with l293d

Dependents:   brushless_L293D

Committer:
BaserK
Date:
Mon Jul 13 14:12:10 2015 +0000
Revision:
0:9df79ea8037e
Child:
1:f7babaac1149
Brushless motor control library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
BaserK 0:9df79ea8037e 1 #ifndef BRUSHLESSCONTROLLER_L293D_H
BaserK 0:9df79ea8037e 2 #define BRUSHLESSCONTROLLER_L293D_H
BaserK 0:9df79ea8037e 3
BaserK 0:9df79ea8037e 4 #include "mbed.h"
BaserK 0:9df79ea8037e 5
BaserK 0:9df79ea8037e 6 /* Function Prototype */
BaserK 0:9df79ea8037e 7 void brushlessControl(bool dir, int delay_time, int stepNum);
BaserK 0:9df79ea8037e 8
BaserK 0:9df79ea8037e 9 #endif