example serial interface for python and LPC11U24

Dependencies:   mbed-rpc mbed

Fork of RPC_Serial by Michael Walker

Revision:
2:fadccef926e4
Parent:
1:de34af25056a
--- 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>();