Brushless motor control library with TB6612FNG

Dependents:   brushless_TB6612FNG gimbalController_brushless_IMU

brushlessController_TB6612FNG.h

Committer:
BaserK
Date:
2015-07-17
Revision:
0:fcf00057b1a3
Child:
2:32d402d0ee1e

File content as of revision 0:fcf00057b1a3:

#ifndef BRUSHLESSCONTROLLER_TB6612FNG_H
#define BRUSHLESSCONTROLLER_TB6612FNG_H

#include "mbed.h"

/* Function Prototypes */
void  brushlessControl(bool dir, int delay_time);

#endif