yuhang zhu / Mbed 2 deprecated ADAM_menu

Dependencies:   mbed

Revision:
12:5e4cba1182ab
Parent:
7:c268547fb6c8
Child:
20:2a5e9d9aadbf
--- a/handlers.cpp	Sun Jul 14 21:18:39 2013 +0000
+++ b/handlers.cpp	Sun Jul 14 22:38:44 2013 +0000
@@ -1,3 +1,8 @@
+//mode_idle_handler converts character inputs to state information, which is used for later stages in main function
+//parse_phase checks data in the line buffer if it's good write the converted value into address adam_pha otherwise returns error code
+//parse_amp checks data in the line buffer if it's good write the converted value into address adam_amp otherwise returns error code
+
+
 #include "parameters.h"
 
 void mode_idle_handler(int* state, char sel)