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:
6:f15d3610ddbe
Parent:
5:56fd0b265aba
--- a/RPCVariable.h	Sat Nov 27 21:00:02 2010 +0000
+++ b/RPCVariable.h	Sat Nov 27 21:15:34 2010 +0000
@@ -28,9 +28,7 @@
 */
  #ifndef RPCVARIABLE_H_  
  #define RPCVARIABLE_H_
-/** Includes
-*
-*/
+
 #include "mbed.h"
 #include "platform.h"
 #include "rpc.h"