testing

Dependencies:   mbed-rpc mbed

Fork of RPC_Serial by Andrew p

Files at this revision

API Documentation at this revision

Comitter:
ajc
Date:
Wed Aug 05 23:46:47 2015 +0000
Parent:
2:fe5692354530
Commit message:
testing....

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rpc.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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