//

Dependents:   gimbalController_brushless_IMU

Fork of brushlessController_TB6612FNG by Baser Kandehir

brushlessMotor.h

Committer:
alfaleader
Date:
2016-05-12
Revision:
3:7442d4801baa
Parent:
brushlessController_TB6612FNG.h@ 2:32d402d0ee1e
Child:
4:71fb2b106f41

File content as of revision 3:7442d4801baa:

#ifndef BRUSHLESSCONTROLLER_TB6612FNG_H
#define BRUSHLESSCONTROLLER_TB6612FNG_H

#include "mbed.h"

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

#endif