example serial interface for python and LPC11U24

Dependencies:   mbed-rpc mbed

Fork of RPC_Serial by Michael Walker

Files at this revision

API Documentation at this revision

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

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rpc.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r de34af25056a -r fadccef926e4 main.cpp
--- 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>();
diff -r de34af25056a -r fadccef926e4 mbed-rpc.lib
--- /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
diff -r de34af25056a -r fadccef926e4 mbed.bld
--- 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