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.
Diff: Defs_Sett.h
- Revision:
- 15:732822ddf3df
- Parent:
- 14:f118158b0f60
- Child:
- 16:76ddaae78dca
diff -r f118158b0f60 -r 732822ddf3df Defs_Sett.h --- a/Defs_Sett.h Sat Mar 20 20:37:55 2021 +0000 +++ b/Defs_Sett.h Wed Mar 24 01:47:39 2021 +0000 @@ -12,6 +12,7 @@ #define TIME_WSETTING 1 //Time FN button need to be held for the system to go to WSETTING mode (seconds) #define TIME_MANUAL_TIMEOUT 3600 //Time for the system to resume NORMAL mode after idling in MANUAL mode (seconds) #define TIME_WSETTING_TIMEOUT 3 //Time for the system to resume NORMAL mode after idling in WSETTING mode (seconds) +#define TIME_ATRACK_TIMEOUT 1000000 //Time for auto tracking display to timeout (us) #define TICK_WIND 1000ms //Interval for Checking Wind Speed //PHYSICAL ATTRIBUTES @@ -79,6 +80,7 @@ #define OP_OVERHEAT 9 #define OP_OVERHEAT_MAN 10 #define OP_POWER_OFF 11 +#define OP_ATRACK 12 //Accelerometer Selection #define S_PANEL 0 #define S_R1 1