Program to show how to drive the m3pi using RPC commands over the serial port

Dependencies:   mbed m3pi

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Thu May 12 15:29:39 2011 +0000
Parent:
3:dc87f895d571
Commit message:
Updated to the newest m3pi 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	Sun Nov 07 10:52:45 2010 +0000
+++ b/m3pi.lib	Thu May 12 15:29:39 2011 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/chris/code/m3pi/#09fb0636207b
+http://mbed.org/users/chris/code/m3pi/#4b7d6ea9b35b
--- a/main.cpp	Sun Nov 07 10:52:45 2010 +0000
+++ b/main.cpp	Thu May 12 15:29:39 2011 +0000
@@ -3,7 +3,7 @@
 #include "SerialRPCInterface.h"
 
 SerialRPCInterface Interface(USBTX, USBRX); // defaults to 9600
-m3pi m3pi(p23,p9,p10);
+m3pi m3pi;
 
 int main() {