Livello Serbatoio v0.13
This project realizes a simple device to monitor the water level in a tank.
Loading...
Searching...
No Matches
Timers constants

Variables

const uint32_t MEASURE_LF_INTERVAL = 30 * 1000
 Inteval between two measurements (low frequency) in milliseconds.
 
const uint32_t MEASURE_HF_INTERVAL = 5 * 1000
 Inteval between two measurements (high frequency) in milliseconds.
 
const uint32_t LCD_ON_TIME = 30 * 1000
 LCD backlight duration in milliseconds.
 
const uint32_t SLEEP_TIME = 100
 Sleep time between two execution of loop in milliseconds.
 
const uint32_t SHOW_STAT_TIME = 5000
 Duration for visualization of Statistics in milliseconds.
 
const uint32_t SHOW_PARAM_TIME = 5000
 Duration for visualization of Tank Parameters in milliseconds.
 
const uint32_t SHOW_VERSION_TIME = 3000
 Duration for visualization of SW Version in milliseconds.
 
const uint32_t LED_CONTROL_TIME = 1000
 Period of LED blinking in milliseconds.
 
const uint32_t READ_DISTANCE_TIME = 1000
 Period of distance reading from Median Filter in milliseconds.
 
const uint32_t BTN_INTERVAL_1_TIME = 200
 Duration to trig Slot 1 of menu in milliseconds.
 
const uint32_t BTN_INTERVAL_2_TIME = 2000
 Duration to trig Slot 2 of menu in milliseconds.
 
const uint32_t BTN_INTERVAL_3_TIME = 3000
 Duration to trig Slot 3 of menu in milliseconds.
 
const uint32_t BTN_INTERVAL_4_TIME = 4000
 Duration to trig Slot 4 of menu in milliseconds.
 
const uint32_t BTN_INTERVAL_5_TIME = 5000
 Duration to trig Slot 5 of menu in milliseconds.
 
const uint32_t BTN_INTERVAL_6_TIME = 6000
 Duration to trig Slot 6 of menu in milliseconds.
 

Detailed Description

Variable Documentation

◆ BTN_INTERVAL_1_TIME

const uint32_t BTN_INTERVAL_1_TIME = 200

Duration to trig Slot 1 of menu in milliseconds.

◆ BTN_INTERVAL_2_TIME

const uint32_t BTN_INTERVAL_2_TIME = 2000

Duration to trig Slot 2 of menu in milliseconds.

◆ BTN_INTERVAL_3_TIME

const uint32_t BTN_INTERVAL_3_TIME = 3000

Duration to trig Slot 3 of menu in milliseconds.

◆ BTN_INTERVAL_4_TIME

const uint32_t BTN_INTERVAL_4_TIME = 4000

Duration to trig Slot 4 of menu in milliseconds.

◆ BTN_INTERVAL_5_TIME

const uint32_t BTN_INTERVAL_5_TIME = 5000

Duration to trig Slot 5 of menu in milliseconds.

◆ BTN_INTERVAL_6_TIME

const uint32_t BTN_INTERVAL_6_TIME = 6000

Duration to trig Slot 6 of menu in milliseconds.

◆ LCD_ON_TIME

const uint32_t LCD_ON_TIME = 30 * 1000

LCD backlight duration in milliseconds.

◆ LED_CONTROL_TIME

const uint32_t LED_CONTROL_TIME = 1000

Period of LED blinking in milliseconds.

◆ MEASURE_HF_INTERVAL

const uint32_t MEASURE_HF_INTERVAL = 5 * 1000

Inteval between two measurements (high frequency) in milliseconds.

◆ MEASURE_LF_INTERVAL

const uint32_t MEASURE_LF_INTERVAL = 30 * 1000

Inteval between two measurements (low frequency) in milliseconds.

◆ READ_DISTANCE_TIME

const uint32_t READ_DISTANCE_TIME = 1000

Period of distance reading from Median Filter in milliseconds.

◆ SHOW_PARAM_TIME

const uint32_t SHOW_PARAM_TIME = 5000

Duration for visualization of Tank Parameters in milliseconds.

◆ SHOW_STAT_TIME

const uint32_t SHOW_STAT_TIME = 5000

Duration for visualization of Statistics in milliseconds.

◆ SHOW_VERSION_TIME

const uint32_t SHOW_VERSION_TIME = 3000

Duration for visualization of SW Version in milliseconds.

◆ SLEEP_TIME

const uint32_t SLEEP_TIME = 100

Sleep time between two execution of loop in milliseconds.