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.
Fork of RPC_Serial by
Revision 2:fadccef926e4, committed 2014-06-19
- Comitter:
- bhavik
- Date:
- Thu Jun 19 16:32:21 2014 +0000
- Parent:
- 1:de34af25056a
- Commit message:
- example serial interface for python and LPC11U24
Changed in this revision
--- a/main.cpp Tue Aug 24 15:15:44 2010 +0000
+++ b/main.cpp Thu Jun 19 16:32:21 2014 +0000
@@ -1,6 +1,8 @@
#include "mbed.h"
#include "rpc.h"
+
Serial pc(USBTX, USBRX);
+
int main() {
// setup the classes that can be created dynamically
Base::add_rpc_class<AnalogIn>();
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-rpc.lib Thu Jun 19 16:32:21 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed-rpc/#4490a0d9cb2a
--- a/mbed.bld Tue Aug 24 15:15:44 2010 +0000 +++ b/mbed.bld Thu Jun 19 16:32:21 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da +http://mbed.org/users/mbed_official/code/mbed/builds/024bf7f99721 \ No newline at end of file
