ジャパンオープン用のメインプログラム
Dependencies: mbed AQM1602 HMC6352 PID
main_processing/strategy/strategy.h@38:67bc78f3c0ab, 2016-03-27 (annotated)
- Committer:
- lilac0112_1
- Date:
- Sun Mar 27 13:04:39 2016 +0000
- Revision:
- 38:67bc78f3c0ab
- Parent:
- 18:3a42a931c95a
JapanSoccerOpen2016 CatPot Program(main)
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_ |