ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

setting/CommandConfig.h

Committer:
lilac0112_1
Date:
2016-03-03
Revision:
3:c49ea7ad8e91
Child:
4:52da8da146d4

File content as of revision 3:c49ea7ad8e91:

#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_*/