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

Dependents:   GSL_10-Pololu_A4983_STEPMOTORDRIVER Protodrive RPC_HTTP RPC_TestHack ... more

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"