Program the control the fischertechnik robo interface or intelligent interface via tcp socket or via a java gui.

Dependencies:   mbed ConfigFile

Revision:
0:7f26f0680202
diff -r 000000000000 -r 7f26f0680202 motor.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/motor.cpp	Fri Dec 31 14:01:14 2010 +0000
@@ -0,0 +1,4 @@
+#include "mbed.h"
+#include "motor.h"
+
+motor m1(p22, p23, p21);
\ No newline at end of file