Defines the parameters used by the averaging filter.
Public Attributes | |
| float | avg |
| Mean/Average value of the samples. | |
| float | tempAvg |
| Temporary variable used for computations. | |
| int | count |
| No of samples per computation. | |
| int | index |
| Initialize to count. Used internally for detecting current data position. | |