Livello Serbatoio v0.13
This project realizes a simple device to monitor the water level in a tank.
|
Variables | |
static volatile bool | led_on |
Indicates if LED is turned on (true) or off (false). | |
static volatile bool | led_status |
Indicates if LED is on or blinking (true) or off (false). | |
static volatile bool | in_debug |
Indicates if the SW is in DEBUG mode (true) or NORMAL mode (false). | |
static volatile bool | first_measure_done |
Establishes if the first measurements used to feed the Median Filter have been done (true) or not (false). | |
static volatile byte | last_btn_status |
Indicates if the button was pressed (HIGH) of not (LOW), to detect long pressure. | |
static volatile int32_t | err_code |
Contains the current error code (see Error Codes). | |
static volatile uint8_t | measure_analysis |
Contains the current analysis result. | |
Status variables.
|
static |
Contains the current error code (see Error Codes).
|
static |
Establishes if the first measurements used to feed the Median Filter have been done (true) or not (false).
|
static |
Indicates if the SW is in DEBUG mode (true) or NORMAL mode (false).
|
static |
Indicates if the button was pressed (HIGH) of not (LOW), to detect long pressure.
|
static |
Indicates if LED is turned on (true) or off (false).
|
static |
Indicates if LED is on or blinking (true) or off (false).
|
static |
Contains the current analysis result.