ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
0:ea35c18c85fc
Child:
10:6df631c39f9b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main_processing/strategy/strategy.h	Sat Feb 27 09:14:37 2016 +0000
@@ -0,0 +1,16 @@
+#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_
\ No newline at end of file