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:
- 11:8c9dc5a81614
- Parent:
- 9:84e464800490
- Child:
- 14:f118158b0f60
--- a/Defs_Sett.h Wed Mar 17 17:14:50 2021 +0000 +++ b/Defs_Sett.h Wed Mar 17 20:09:00 2021 +0000 @@ -53,8 +53,8 @@ #define LCD_RRATE 500 //LCD refresh rate (ms) //TEMPERATURE CONTROL -#define TEMP_LOW 15.0 //Low temperature limit -#define TEMP_HIGH 25.0 //High temperature limit +#define TEMP_LOW 17.0 //Low temperature limit +#define TEMP_HIGH 75.0 //High temperature limit #define TEMP_HYST 1.0 //Temperature hysteresis #define TEMP_PERIOD 40.0f //Fan period (ms) #define TEMP_AVG 10 //Number of averaging @@ -78,6 +78,7 @@ #define OP_MANUAL_ALL 8 #define OP_OVERHEAT 9 #define OP_OVERHEAT_MAN 10 +#define OP_POWER_OFF 11 //Accelerometer Selection #define S_PANEL 0 #define S_R1 1