10/25/2015

Dependencies:   PID mbed MaxSonar eeprom iSerial Fork_Boss_Communication_Robot

Revision:
0:f02641e3fb91
Child:
1:7c3dbf140bfc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/move.h	Fri Oct 16 08:05:52 2015 +0000
@@ -0,0 +1,10 @@
+#ifndef MOVE_H
+#define MOVE_H
+#include "mbed.h" 
+
+class move
+{
+    public: void movespeed(int dir,float spd);
+    
+};
+#endif 
\ No newline at end of file