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

Variables

const int16_t FILTER_SEED = 0
 Initial value for Median Filter.
 
const int16_t FILTER_SIZE = 5
 Median Filter size.
 

Detailed Description

Variable Documentation

◆ FILTER_SEED

const int16_t FILTER_SEED = 0

Initial value for Median Filter.

◆ FILTER_SIZE

const int16_t FILTER_SIZE = 5

Median Filter size.