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

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sat Feb 27 09:14:37 2016 +0000
Revision:
0:ea35c18c85fc
Child:
10:6df631c39f9b
maincode for japan open.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:ea35c18c85fc 1 #ifndef _STRATEGY_H_
lilac0112_1 0:ea35c18c85fc 2 #define _STRATEGY_H_
lilac0112_1 0:ea35c18c85fc 3 //Atk
lilac0112_1 0:ea35c18c85fc 4 void modeAttack0(void);
lilac0112_1 0:ea35c18c85fc 5 void HmcReset(void);
lilac0112_1 0:ea35c18c85fc 6 void ValidPing(void);
lilac0112_1 0:ea35c18c85fc 7 void LineCall_A(void);
lilac0112_1 0:ea35c18c85fc 8 void LineCall_B(void);
lilac0112_1 0:ea35c18c85fc 9 void LineCall_C(void);
lilac0112_1 0:ea35c18c85fc 10 void modeAttack1(void);
lilac0112_1 0:ea35c18c85fc 11 void modeAttack2(void);
lilac0112_1 0:ea35c18c85fc 12 void modeAttack3(void);
lilac0112_1 0:ea35c18c85fc 13 void modeAttack4(void);
lilac0112_1 0:ea35c18c85fc 14 void modeAttack5(void);
lilac0112_1 0:ea35c18c85fc 15
lilac0112_1 0:ea35c18c85fc 16 #endif //_STRATEGY_H_