Dependents:   communication

Revision:
1:36cd04f61e68
Parent:
0:964bbeb0a1d3
--- a/serial_communication.hpp	Thu Mar 31 04:42:48 2016 +0000
+++ b/serial_communication.hpp	Sun Apr 03 06:30:35 2016 +0000
@@ -17,7 +17,7 @@
         return instance_;
     }
     
-    int get_data(string key);
+    int get(string key);
     bool update();
 
     void receive();