Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed AQM1602 HMC6352 PID
Diff: setting/CommandConfig.h
- Revision:
- 3:c49ea7ad8e91
- Child:
- 4:52da8da146d4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/setting/CommandConfig.h Thu Mar 03 11:47:49 2016 +0000
@@ -0,0 +1,30 @@
+#ifndef _COMMAND_CONFIG_H_
+#define _COMMAND_CONFIG_H_
+
+#include "mbed.h"
+#include "extern.h"
+
+CommandItem item[STATE_NUM_Y]={
+ {{"None__","Strgy_","Reset_","______"}, 3, LoopFunction0},
+ {{"Start_","Active","______","______"}, 2, LoopFunction1},
+ {{"Ir____","IrSpot","IrNote","IrPstn"}, 4, LoopFunction2},
+ {{"Line__","LnABC_","PING__","IrKey_"}, 4, LoopFunction3},
+ {{"Cmps__","cmps__","______","______"}, 2, LoopFunction4},
+ {{"ClbEnt","Enter_","______","______"}, 2, LoopFunction5},
+ {{"ClbExt","Exit__","______","______"}, 2, LoopFunction6},
+ {{"CpsRst","CpsRst","______","______"}, 2, LoopFunction7},
+ {{"IrPow0","S20L20","S30L30","S40L40"}, 4, LoopFunction8},
+ {{"IrPow1","S20L30","S25L35","S35L45"}, 4, LoopFunction9},
+ {{"Reset_","Strgy_","______","______"}, 2, LoopFunctionA},
+ {{"Test0_","Debug0","Debug1","Debug2"}, 4, LoopFunctionB},
+ {{"Test1_","Debug3","Debug4","Debug5"}, 4, LoopFunctionC},
+ {{"Strgy0","Atk0__","Atk1__","Atk2__"}, 4, LoopFunctionD},
+ {{"Strgy1","Atk3__","Atk4__","Atk5__"}, 4, LoopFunctionE},
+ {{"Start2","Active","______","______"}, 2, LoopFunctionF},
+
+ //char LcdStr[STATE_NUM_X][BUFSIZE];
+ //uint8_t str_num;
+ //uint8_t (*CommandFunction)(uint8_t x);
+};
+
+#endif /*_COMMAND_CONFIG_H_*/
\ No newline at end of file