Chris Styles
/
m3pi_USBSerialRPC
Program to show how to drive the m3pi using RPC commands over the serial port
Revision 4:291770676b56, committed 2011-05-12
- 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 |
diff -r dc87f895d571 -r 291770676b56 m3pi.lib --- 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
diff -r dc87f895d571 -r 291770676b56 main.cpp --- 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() {