Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 2:1f604c2aa261, committed 2010-11-07
- 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() {