Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed AQM1602 HMC6352 PID
Diff: setting/extern.h
- 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;