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:
- 23:79b3e4c9fea4
- Parent:
- 21:ed99e68f0dbc
- Child:
- 24:0dc15f403424
--- a/Defs_Sett.h Sun Apr 04 18:46:50 2021 +0000 +++ b/Defs_Sett.h Tue Apr 06 22:09:06 2021 +0000 @@ -63,14 +63,14 @@ #define LCD_RRATE 1000 //LCD refresh rate (ms) //TEMPERATURE CONTROL -#define TEMP_LOW 17.0 //Low temperature limit +#define TEMP_LOW 15.0 //Low temperature limit #define TEMP_HIGH 75.0 //High temperature limit -#define TEMP_HYST 1.0 //Temperature hysteresis +#define TEMP_HYST 5.0 //Temperature hysteresis #define TEMP_PERIOD 40.0f //Fan period (ms) #define TEMP_AVG 10 //Number of averaging #define TEMP_DELAY 10000 //Delay between reading (us) -#define TEMP_PWM_LOW 0 //Low limit of PWM -#define TEMP_PWM_HIGH 1 //High limit of PWM +#define TEMP_PWM_LOW 0.13 //Low limit of PWM +#define TEMP_PWM_HIGH 1.0 //High limit of PWM //I2C SETTING #define I2C_FREQ 50000 //I2C Frequency (Hz)