Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RPC_Serial by
Revision 3:92f92f48bd8c, committed 2015-08-05
- Comitter:
- ajc
- Date:
- Wed Aug 05 23:46:47 2015 +0000
- Parent:
- 2:fe5692354530
- Commit message:
- testing....
Changed in this revision
--- a/main.cpp	Fri Apr 24 03:20:22 2015 +0000
+++ b/main.cpp	Wed Aug 05 23:46:47 2015 +0000
@@ -5,6 +5,10 @@
 
 Serial pc(USBTX, USBRX);
 
+float num = 0;
+
+RPCVariable<float> rpc_num(&num, "num");
+
 int main() {
     // setup the classes that can be created dynamically
     
--- a/mbed-rpc.lib Fri Apr 24 03:20:22 2015 +0000 +++ b/mbed-rpc.lib Wed Aug 05 23:46:47 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/apullin/code/mbed-rpc/#228c68184e71 +https://developer.mbed.org/users/ajc/code/mbed-rpc/#727d0268a86e
--- a/mbed.bld Fri Apr 24 03:20:22 2015 +0000 +++ b/mbed.bld Wed Aug 05 23:46:47 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/433970e64889 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/b9ad9a133dc7 \ No newline at end of file
