This is work in progress - maze solving with m3pi robot. Not complete

Dependencies:   mbed m3pimaze

Revision:
1:3ac7462953df
Parent:
0:6e52eae6412a
--- a/main.cpp	Thu Mar 03 09:58:58 2011 +0000
+++ b/main.cpp	Thu Mar 03 10:18:49 2011 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "m3pijon.h"
+#include "m3pimaze.h"
 
 BusOut leds(LED1,LED2,LED3,LED4);
 m3pi m3pi(p23,p9,p10);