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

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
3:c49ea7ad8e91
Parent:
2:635947de1583
Child:
4:52da8da146d4
--- a/setting/extern.h	Thu Mar 03 05:58:43 2016 +0000
+++ b/setting/extern.h	Thu Mar 03 11:47:49 2016 +0000
@@ -18,6 +18,7 @@
 
 #include "setup.h"
 #include "command.h"
+#include "command_functions.h"
 #include "active.h"
 #include "input.h"
 #include "output.h"
@@ -74,6 +75,7 @@
 extern CompassVal cmps_set;
 extern SensorVal data;
 extern SystemVal sys;
+extern CommandItem item[STATE_NUM_Y];
 //for transition
 extern Ticker Sw_ticker;
 extern Timeout button;