yuhang zhu / Mbed 2 deprecated ADAM_menu

Dependencies:   mbed

Revision:
28:b5bd93f9732b
Parent:
27:231333972023
Child:
29:fd58b8a4162e
--- a/main.cpp	Wed Jul 24 16:01:41 2013 +0000
+++ b/main.cpp	Wed Jul 24 16:10:15 2013 +0000
@@ -9,8 +9,8 @@
 When MCU resets, it's in MODE_IDLE. Then depends on the keyboard input(1 to 7), 
 mode switches to transition modes such as 
 MODE_SPI_RAW, which is for inputting 16 bit SPI stream directly
-MODE_CHAxPHA, which is for phase input of channel x, or
-MODE_CHAxAMP, which is for attenuation input of channel x, or
+MODE_CHAxPHA, which is for phase input of channel x(1 or 2), or
+MODE_CHAxAMP, which is for attenuation input of channel x(1 or 2), or
 MODE_DISPLAY, which is for displaying the current parameters, or
 MODE_HELP, which is for displaying the help information, or
 MODE_SEND, which is for sending the bit stream through the SPI bus by MOSI and reading the data back from MISO.