brushless motor control library with l293d
Diff: brushlessController_L293D.h
- Revision:
- 0:9df79ea8037e
- Child:
- 1:f7babaac1149
--- /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