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:
- 10:a003bb7fc36b
- Parent:
- 9:84e464800490
--- a/Defs_Sett.h Wed Mar 17 17:14:50 2021 +0000 +++ b/Defs_Sett.h Wed Mar 17 17:21:10 2021 +0000 @@ -59,8 +59,8 @@ #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.0 //Low limit of PWM +#define TEMP_PWM_HIGH 1.0 //High limit of PWM //I2C SETTING #define I2C_FREQ 50000 //I2C Frequency (Hz)