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

Dependencies:   mbed AQM1602 HMC6352 PID

setting/ActiveConfig.h

Committer:
lilac0112_1
Date:
2016-03-06
Revision:
7:efe90188a49d
Child:
8:25c8c75d182a

File content as of revision 7:efe90188a49d:

#ifndef _ACTIVE_CONFIG_H_
#define _ACTIVE_CONFIG_H_

#include "mbed.h"
#include "extern.h"

const ActiveItem static act[STRATEGY_NUM]={
    {"________________", modeAttack0, MODE_ATTACK0},
    {"________________", modeAttack1, MODE_ATTACK0},
    {"________________", modeAttack2, MODE_ATTACK0},
    {"________________", modeAttack3, MODE_ATTACK0},
    {"________________", modeAttack4, MODE_ATTACK0},
    {"________________", modeAttack5, MODE_ATTACK0},
    
    {"________________", modeDebug0, MODE_DEBUG0},
    {"________________", modeDebug1, MODE_DEBUG1},
    {"________________", modeDebug2, MODE_DEBUG2},
    {"________________", modeDebug3, MODE_DEBUG3},
    {"________________", modeDebug4, MODE_DEBUG4},
    {"________________", modeDebug5, MODE_DEBUG5},
    
    //char LcdStr[LCD_COLUMN_NUM];
    //void (*ActiveFunction)(void);
    //uint16_t tag_num;
};

#endif /*_ACTIVE_CONFIG_H_*/