MovingAverageFloat
A lightweight C++ template library for calculating moving averages of floating-point numbers on Arduino and Mbed platforms. It provides an efficient way to smooth sensor data and reduce noise using a circular buffer with double-precision internal accumulation to maintain accuracy.