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.
Dependents: GSL_10-Pololu_A4983_STEPMOTORDRIVER Protodrive RPC_HTTP RPC_TestHack ... more
Diff: RPCVariable.h
- Revision:
- 6:f15d3610ddbe
- Parent:
- 5:56fd0b265aba
diff -r 56fd0b265aba -r f15d3610ddbe RPCVariable.h --- 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"