Livello Serbatoio v0.13
This project realizes a simple device to monitor the water level in a tank.
|
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. | |
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.
const uint32_t LCD_ON_TIME = 30 * 1000 |
LCD backlight duration in milliseconds.
const uint32_t LED_CONTROL_TIME = 1000 |
Period of LED blinking in milliseconds.
const uint32_t MEASURE_HF_INTERVAL = 5 * 1000 |
Inteval between two measurements (high frequency) in milliseconds.
const uint32_t MEASURE_LF_INTERVAL = 30 * 1000 |
Inteval between two measurements (low frequency) in milliseconds.
const uint32_t READ_DISTANCE_TIME = 1000 |
Period of distance reading from Median Filter in milliseconds.
const uint32_t SHOW_PARAM_TIME = 5000 |
Duration for visualization of Tank Parameters in milliseconds.
const uint32_t SHOW_STAT_TIME = 5000 |
Duration for visualization of Statistics in milliseconds.
const uint32_t SHOW_VERSION_TIME = 3000 |
Duration for visualization of SW Version in milliseconds.
const uint32_t SLEEP_TIME = 100 |
Sleep time between two execution of loop in milliseconds.