ジャパンオープン用のメインプログラム
Dependencies: mbed AQM1602 HMC6352 PID
main_processing/strategy/strategy.h
- Committer:
- lilac0112_1
- Date:
- 2016-03-10
- Revision:
- 10:6df631c39f9b
- Parent:
- 0:ea35c18c85fc
- Child:
- 18:3a42a931c95a
File content as of revision 10:6df631c39f9b:
#ifndef _STRATEGY_H_ #define _STRATEGY_H_ //Atk void modeAttack0(void); void HmcReset(void); void LineCall_A(void); void LineCall_B(void); void LineCall_C(void); void modeAttack1(void); void modeAttack2(void); void modeAttack3(void); void modeAttack4(void); void modeAttack5(void); #endif //_STRATEGY_H_