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-3

History

commit; default tip

2020-09-14, by rcflyair [Mon, 14 Sep 2020 15:01:45 +0000] rev 12

commit;


first commit

2020-09-14, by rcflyair [Mon, 14 Sep 2020 14:58:23 +0000] rev 11

first commit


Added adding RPC classes so that new objects can be created ver RPC; ; Not all the classes which were originally supported are still supported and there is an issue with the AnalogIn and AnalogOut so these are not supported here yet

2016-03-14, by MichaelW [Mon, 14 Mar 2016 18:05:38 +0000] rev 10

Added adding RPC classes so that new objects can be created ver RPC; ; Not all the classes which were originally supported are still supported and there is an issue with the AnalogIn and AnalogOut so these are not supported here yet


Updated to new RPC code; The original versions of RPCFunction and RPCVariable have been removed to rely on the versions now in the official mbed-rpc library.

2016-01-23, by MichaelW [Sat, 23 Jan 2016 22:28:00 +0000] rev 9

Updated to new RPC code; The original versions of RPCFunction and RPCVariable have been removed to rely on the versions now in the official mbed-rpc library.


Updated to not register AnalogOut class if the LPC11U24 as it doesn\t have AnalogOut

2012-01-28, by MichaelW [Sat, 28 Jan 2012 19:12:00 +0000] rev 8

Updated to not register AnalogOut class if the LPC11U24 as it doesn\t have AnalogOut


Fixed memory leak issue identified and solved by <<user hexley>> which prevented the RPCFunction from being called multiple times.

2011-02-04, by MichaelW [Fri, 04 Feb 2011 10:55:39 +0000] rev 7

Fixed memory leak issue identified and solved by <<user hexley>> which prevented the RPCFunction from being called multiple times.


Corrected Documentation

2010-11-27, by MichaelW [Sat, 27 Nov 2010 21:15:34 +0000] rev 6

Corrected Documentation


Updated Includes to include necessary includes in RPCVariable.h and RPCFunction.h

2010-11-27, by MichaelW [Sat, 27 Nov 2010 21:00:02 +0000] rev 5

Updated Includes to include necessary includes in RPCVariable.h and RPCFunction.h


Initial publish in new library format

2010-09-27, by MichaelW [Mon, 27 Sep 2010 08:32:57 +0000] rev 4

Initial publish in new library format


2010-09-21, by MichaelW [Tue, 21 Sep 2010 15:56:21 +0000] rev 3