Hello world program that just gets the m3pi moving

Dependencies:   mbed m3pi

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Sun Nov 07 10:41:34 2010 +0000
Parent:
2:5a329194c74d
Child:
4:df6b8eaf293f
Commit message:
Updated to latest library

Changed in this revision

m3pi.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/m3pi.lib	Tue Nov 02 16:56:55 2010 +0000
+++ b/m3pi.lib	Sun Nov 07 10:41:34 2010 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/chris/code/m3pi/#c38d2f980494
+http://mbed.org/users/chris/code/m3pi/#54c673c71fc0
--- 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() {