Mbed Code for ECE4180Project

Dependencies:   4DGL-uLCD-SE RPCInterface mbed

Fork of rpc_mbed by Nydrel Jack

Revision:
2:cf74d941dba8
Parent:
1:6e3272a3d9d0
--- 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)