ジャパンオープン用のメインプログラム
Dependencies: mbed AQM1602 HMC6352 PID
main_processing/strategy/strategy.h@18:3a42a931c95a, 2016-03-15 (annotated)
- Committer:
- lilac0112_1
- Date:
- Tue Mar 15 12:03:51 2016 +0000
- Revision:
- 18:3a42a931c95a
- Parent:
- 10:6df631c39f9b
LINE NAOSITA
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 modeAttack4(void); |
lilac0112_1 | 0:ea35c18c85fc | 5 | void modeAttack5(void); |
lilac0112_1 | 0:ea35c18c85fc | 6 | |
lilac0112_1 | 0:ea35c18c85fc | 7 | #endif //_STRATEGY_H_ |