RPC serial, fixed delayed reading on RPCFunction
Fork of RPC_Serial by
Revision 6:60fe21fd6048, committed 2015-12-16
- Comitter:
- ewoud
- Date:
- Wed Dec 16 22:33:55 2015 +0000
- Parent:
- 5:3f83ade6195b
- Commit message:
- RPC serial comunication program
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 |
diff -r 3f83ade6195b -r 60fe21fd6048 main.cpp --- a/main.cpp Wed Dec 16 22:25:55 2015 +0000 +++ b/main.cpp Wed Dec 16 22:33:55 2015 +0000 @@ -13,6 +13,7 @@ Serial pc(USBTX, USBRX); +// defining a custom function: void doEchoInput(Arguments* input, Reply* output); RPCFunction echoInput(&doEchoInput, "echoInput");
diff -r 3f83ade6195b -r 60fe21fd6048 mbed-rpc.lib --- a/mbed-rpc.lib Wed Dec 16 22:25:55 2015 +0000 +++ b/mbed-rpc.lib Wed Dec 16 22:33:55 2015 +0000 @@ -1,1 +1,1 @@ -https://mbed.org/teams/mbed/code/mbed-rpc/#a4579f43a4fd +https://developer.mbed.org/teams/Robocup-Twente/code/mbed-rpc/#a4579f43a4fd