Library to provide a mechanism to make it easier to add RPC to custom code by using RPCFunction and RPCVariable objects. Also includes a class to receive and process RPC over serial.

Dependencies:   mbed-rpc-3

Dependents:   eMPC_Simulator-v1 eMPC_Simulator_v6

Revision:
10:9d82e28ffaea
Parent:
5:56fd0b265aba
--- a/SerialRPCInterface.h	Sat Jan 23 22:28:00 2016 +0000
+++ b/SerialRPCInterface.h	Mon Mar 14 18:05:38 2016 +0000
@@ -34,6 +34,7 @@
 #include "mbed.h"
 #include "platform.h"
 #include "rpc.h"
+#include "RpcClasses.h"
 #include "RPCFunction.h"
 #include "RPCVariable.h"