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

Files at this revision

API Documentation at this revision

Comitter:
MichaelW
Date:
Sat Nov 27 21:15:34 2010 +0000
Parent:
5:56fd0b265aba
Child:
7:a9e2c45097c8
Commit message:
Corrected Documentation

Changed in this revision

RPCVariable.h Show annotated file Show diff for this revision Revisions of this file
--- 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"