//

Dependents:   gimbalController_brushless_IMU

Fork of brushlessController_TB6612FNG by Baser Kandehir

Revision:
3:7442d4801baa
Parent:
2:32d402d0ee1e
Child:
4:71fb2b106f41
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/brushlessMotor.h	Thu May 12 20:09:46 2016 +0000
@@ -0,0 +1,9 @@
+#ifndef BRUSHLESSCONTROLLER_TB6612FNG_H
+#define BRUSHLESSCONTROLLER_TB6612FNG_H
+
+#include "mbed.h"
+
+/* Function Prototypes */
+void  brushlessControl(bool dir, int delay_time);
+
+#endif
\ No newline at end of file