Livello Serbatoio v0.13
This project realizes a simple device to monitor the water level in a tank.
Loading...
Searching...
No Matches
Computed tank(s) parameters

Variables

static float64_t tank_capacity
 The capacity of one tank in liters.
 
static float64_t maximum_capacity
 The capacity of all tanks summed in liters (assume all tanks equals).
 

Detailed Description

The computed paramaters based on the currently compiled tank data.

Variable Documentation

◆ maximum_capacity

float64_t maximum_capacity
static

The capacity of all tanks summed in liters (assume all tanks equals).

◆ tank_capacity

float64_t tank_capacity
static

The capacity of one tank in liters.