CatPot 2015-2016 / Mbed 2 deprecated CatPot_Main_T_2v00

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
19:342da3a5a474
Parent:
18:97eba56f82e4
Child:
21:d69a8f3c76e1
--- a/setting/extern.h	Tue Jan 19 10:22:47 2016 +0000
+++ b/setting/extern.h	Thu Jan 21 07:11:08 2016 +0000
@@ -14,11 +14,16 @@
 #include "adns_9800.h"
 #include "mpu_6050.h"
 #include "txrx.h"
-#include "loop.h"
-#include "loop2.h"
 #include "switch.h"
 #include "wordString2.h"
 
+#include "setup.h"
+#include "command.h"
+#include "active.h"
+#include "input.h"
+#include "output.h"
+#include "strategy.h"
+
 #include "PinConfig.h"
 #include "LcdConfig.h"
 #include "MathTable.h"
@@ -64,8 +69,12 @@
 extern volatile uint8_t INdata[DATA_NUM], EXdata[DATA_NUM];
 //for DataSet
 extern Record data;
+//for transition
+extern Ticker Sw_ticker;
+extern Timeout button;
+extern bool state[4];
+extern uint8_t statesum, last_statesum;
 // for Time
-extern Ticker Sw_ticker;
 extern Timer t;
 extern Ticker Duty[DUTY_NUM];
 extern Timeout Stp;