ohnoitsaninja/medianFilter
Arduino targeted median filter library. One simple function, int filter(int data) collects a buffer of your readings and returns the current median over the length of the buffer. Buffer size is #medianSize in medianFilter.h
C++MIT