Brushless motor control program with L293D.

Dependencies:   brushlessController_L293D mbed

main.cpp

Committer:
BaserK
Date:
2015-07-13
Revision:
1:46f06c96c5f0
Parent:
0:06434e97c4f2
Child:
2:073c5513e2de

File content as of revision 1:46f06c96c5f0:

#include "mbed.h"
#include "brushlessController_L293D.h"

int main() 
{
    /* Example: After nine steps it will stop */
    brushlessControl(1, 500, 9);
    
    while(1) 
    {     
    }
}