Hello world program that just gets the m3pi moving

Dependencies:   mbed m3pi

Revision:
3:f1b80fdc708c
Parent:
2:5a329194c74d
Child:
5:7619250a5b1d
diff -r 5a329194c74d -r f1b80fdc708c main.cpp
--- a/main.cpp	Tue Nov 02 16:56:55 2010 +0000
+++ b/main.cpp	Sun Nov 07 10:41:34 2010 +0000
@@ -1,8 +1,7 @@
 #include "mbed.h"
 #include "m3pi.h"
 
-m3pi m3pi(p8,p9,p10);
-
+m3pi m3pi(p23,p9,p10);
 
 int main() {