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

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
0:ea35c18c85fc
Child:
5:5ff3a7d5d8c2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main_processing/setup_command_active/active.h	Sat Feb 27 09:14:37 2016 +0000
@@ -0,0 +1,10 @@
+#ifndef _ACTIVE_H_
+#define _ACTIVE_H_
+
+//modeActive
+void ActiveLoop(void);
+//for transition
+void ResetState(void);
+void Active2Command(void);
+
+#endif //_ACTIVE_H_
\ No newline at end of file