10/25/2015

Dependencies:   PID mbed MaxSonar eeprom iSerial Fork_Boss_Communication_Robot

Revision:
8:8fbc0c858875
Parent:
5:68b740d113e6
Child:
9:86701fec3f79
--- a/move.h	Tue Oct 27 06:27:56 2015 +0000
+++ b/move.h	Mon Dec 14 19:35:08 2015 +0000
@@ -4,7 +4,8 @@
 
 class move
 {
-    public: void movespeed(int dir,float setpoint,float spd);
+    public: void movespeed_1(int dir,float setpoint,float spd);
+    public: void movespeed_2(int dir,float setpoint,float spd);
     
 };
 #endif 
\ No newline at end of file