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

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
4:52da8da146d4
Parent:
3:c49ea7ad8e91
Child:
5:5ff3a7d5d8c2
--- a/setting/extern.h	Thu Mar 03 11:47:49 2016 +0000
+++ b/setting/extern.h	Fri Mar 04 03:39:29 2016 +0000
@@ -27,6 +27,7 @@
 
 #include "PinConfig.h"
 #include "LcdConfig.h"
+#include "CommandConfig.h"
 #include "MathTable.h"
 /*クラス*/
 
@@ -75,7 +76,6 @@
 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;