brushless motor control library with l293d
brushlessController_L293D.h
- Committer:
- BaserK
- Date:
- 2015-07-13
- Revision:
- 0:9df79ea8037e
- Child:
- 1:f7babaac1149
File content as of revision 0:9df79ea8037e:
#ifndef BRUSHLESSCONTROLLER_L293D_H #define BRUSHLESSCONTROLLER_L293D_H #include "mbed.h" /* Function Prototype */ void brushlessControl(bool dir, int delay_time, int stepNum); #endif