RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
RollingAverage.h File Reference
#include "../Common.h"
#include <vector>
Include dependency graph for RollingAverage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RumPi::RollingAverage
 Maintains a rolling (moving) average over a fixed-length window of recent readings using a circular buffer. More...
 

Namespaces

namespace  RumPi
 RumPi is the library's top-level facade.