SMFSW / SmoothADC

Arduino library for smooth ADC results
GNU Lesser General Public License v2.1
9 stars 5 forks source link
adc arduino arduino-library

SmoothADC Build Status

Arduino library for smooth ADC results

The SmoothADC library helps filtering ADC values when smoother evolution of values is needed (getting rid of pikes for example). 4 values, average on mid ones.

I tried to keep the lib as tiny as possible.

Usage

Examples included

This example defines A0 & A1 (analog inputs) to be handled by SmoothADC library

Samples every 50ms for A0

Samples every 500us for A1

Every second, the average value from A0 & A1 are sent to serial port

Documentation

Doxygen doc can be generated using "Doxyfile".

See generated documentation

Release Notes

See release notes