Mbed Code for ECE4180Project
Dependencies: 4DGL-uLCD-SE RPCInterface mbed
Fork of rpc_mbed by
Revision 2:cf74d941dba8, committed 2018-05-02
- Comitter:
- Nydrel
- Date:
- Wed May 02 04:40:02 2018 +0000
- Parent:
- 1:6e3272a3d9d0
- Commit message:
- Comments added
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6e3272a3d9d0 -r cf74d941dba8 main.cpp --- a/main.cpp Wed May 02 03:40:27 2018 +0000 +++ b/main.cpp Wed May 02 04:40:02 2018 +0000 @@ -3,11 +3,6 @@ #include "uLCD_4DGL.h" #include <ctype.h> #include "RGB_LED.h" - -/** - * This example program has been updated to use the RPC implementation in the new mbed libraries. - * This example shows the uses of the RPCDigitalOut wrapper class - */ //Use the RPC enabled wrapped class - see RpcClasses.h for more info Serial pc(USBTX, USBRX); @@ -37,7 +32,6 @@ void clearLCD(Arguments *in, Reply *out) { uLCD.cls(); - //out->putData("Successfully created uLCD object!"); } void printLCDAndLightRGB(Arguments *in, Reply *out)