ジャパンオープン用のメインプログラム
Dependencies: mbed AQM1602 HMC6352 PID
main_processing/strategy/strategy.h
- Committer:
- lilac0112_1
- Date:
- 2016-02-27
- Revision:
- 0:ea35c18c85fc
- Child:
- 10:6df631c39f9b
File content as of revision 0:ea35c18c85fc:
#ifndef _STRATEGY_H_ #define _STRATEGY_H_ //Atk void modeAttack0(void); void HmcReset(void); void ValidPing(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_