Added one task

Dependencies:   mbed

Revision:
0:fb4269aa5fb4
diff -r 000000000000 -r fb4269aa5fb4 Robot/inc/motor.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Robot/inc/motor.h	Fri May 26 03:51:19 2017 +0000
@@ -0,0 +1,10 @@
+#ifndef __motor_H
+#define __motor_H
+
+#include "tim.h"
+
+void Put_Vm_L(float);
+void Put_Vm_R(float);
+void Put_Vm_Lift(float);
+
+#endif