ジャパンオープン用のメインプログラム
Dependencies: mbed AQM1602 HMC6352 PID
main_processing/strategy/strategy.h@10:6df631c39f9b, 2016-03-10 (annotated)
- Committer:
- lilac0112_1
- Date:
- Thu Mar 10 03:03:50 2016 +0000
- Revision:
- 10:6df631c39f9b
- Parent:
- 0:ea35c18c85fc
- Child:
- 18:3a42a931c95a
pid+alpha
Who changed what in which revision?
User | Revision | Line number | New 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 LineCall_A(void); |
lilac0112_1 | 0:ea35c18c85fc | 7 | void LineCall_B(void); |
lilac0112_1 | 0:ea35c18c85fc | 8 | void LineCall_C(void); |
lilac0112_1 | 0:ea35c18c85fc | 9 | void modeAttack1(void); |
lilac0112_1 | 0:ea35c18c85fc | 10 | void modeAttack2(void); |
lilac0112_1 | 0:ea35c18c85fc | 11 | void modeAttack3(void); |
lilac0112_1 | 0:ea35c18c85fc | 12 | void modeAttack4(void); |
lilac0112_1 | 0:ea35c18c85fc | 13 | void modeAttack5(void); |
lilac0112_1 | 0:ea35c18c85fc | 14 | |
lilac0112_1 | 0:ea35c18c85fc | 15 | #endif //_STRATEGY_H_ |