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:
- 9:84e464800490
- Parent:
- 8:fe66db7b00ef
- Child:
- 10:a003bb7fc36b
- Child:
- 11:8c9dc5a81614
--- a/Defs_Sett.h Wed Mar 17 14:19:34 2021 +0000 +++ b/Defs_Sett.h Wed Mar 17 17:14:50 2021 +0000 @@ -59,6 +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 //I2C SETTING #define I2C_FREQ 50000 //I2C Frequency (Hz)