Brushless motor control library with TB6612FNG

Dependents:   brushless_TB6612FNG gimbalController_brushless_IMU

Revision:
0:fcf00057b1a3
Child:
2:32d402d0ee1e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/brushlessController_TB6612FNG.h	Fri Jul 17 11:29:51 2015 +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