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:
- 4:2f802af67f4d
- Parent:
- 3:8580dc2bce46
- Child:
- 5:8fb7e275f77a
--- a/Defs_Sett.h Thu Mar 11 00:13:32 2021 +0000 +++ b/Defs_Sett.h Fri Mar 12 02:47:35 2021 +0000 @@ -4,7 +4,7 @@ //HARDWARE SETTINGS #define DEBOUNCE_TIME 10000 //Debounce time for pushbutton (us) #define INPUT_LOGIC 1 //0 - Active Low, 1 - Active High -#define LOOP_DELAY 10000 //Delay for main loop (us) +#define LOOP_DELAY 2000 //Delay for main loop (us) //BEHAVIORIAL SETTINGS #define TIME_NORMAL 10 //Time Between Adjustment in Normal Mode (seconds) @@ -49,7 +49,7 @@ //LCD SETTING #define LCD_INIT_DELAY 100000 //LCD initialization delay #define LCD_DELAY 1000 //Delay for printing characters (us) -#define LCD_WRATE 1 //LCD refresh rate for windspeed (s) +#define LCD_WRATE 500 //LCD refresh rate for windspeed (ms) //I2C SETTING #define I2C_FREQ 50000 //I2C Frequency (Hz)