mbed RPC

Dependents:   WiFlyHTTPServerSample MultiThreadingHTTPServer HTTP-Server EthHTTPServer ... more

RPC to support AnalogIn

I was fixed because the error out at compile time.

src: RPC::add_rpc_class<RpcAnalogIn>();

compile output: Error: Undefined symbol mbed::Reply::putData<unsigned short>(T1) (referred from main.cpp.LPC1768.o).

added: template<> void Reply::putData<unsigned short>(unsigned short v) { ... }

mbed rpc