Livello Serbatoio v0.13
This project realizes a simple device to monitor the water level in a tank.
|
Variables | |
static uint16_t | number_measures_done |
The number of measures done during initialization phase. | |
static float64_t | percentage |
The current water level in percentage. | |
static volatile float64_t | distance |
The last distance read from sensor (in centimeters). | |
static volatile float64_t | previous_liters |
The previous capacity read in liters. | |
The last reading status.
|
static |
The last distance read from sensor (in centimeters).
|
static |
The number of measures done during initialization phase.
|
static |
The current water level in percentage.
|
static |
The previous capacity read in liters.