Chris Styles / Mbed 2 deprecated m3pi_USBSerialRPC

Dependencies:   mbed m3pi

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Sun Nov 07 10:42:39 2010 +0000
Parent:
1:8828d71a0cc2
Child:
3:dc87f895d571
Commit message:
Updated to latest 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	Tue Nov 02 16:59:56 2010 +0000
+++ b/m3pi.lib	Sun Nov 07 10:42:39 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:59:56 2010 +0000
+++ b/main.cpp	Sun Nov 07 10:42:39 2010 +0000
@@ -3,7 +3,7 @@
 #include "SerialRPCInterface.h"
 
 SerialRPCInterface Interface(USBTX, USBRX); // defaults to 9600
-m3pi m3pi(p8,p9,p10);
+m3pi m3pi(p23,p9,p10);
 
 int main() {