Minimalist low-pass filter library

So, the other day I needed to compute some low-pass filters on the fly on an Arduino Mega. By “on the fly” I mean that the filters’ parameters would eventually be recomputed mid-operation, so setting some equation with staticĀ constĀ parameters would not cut it. Using a static filter, is, however, the most common application scenario. If … Read more