This library is designed to work with devices like the LM335 temperature sensor. There are only two requirements for compatibility: 1) The device must be a sensor device that has an analog voltage output. 2) The physical quantity measured must vary linearly with the analog voltage. It uses a median filter to remove unwanted noise from ADC readings. The number of samples in the filter can be specified as an argument, as well as calibration points or a linear multiplier and coefficient.

Revisions of LinearAnalogSensor.cpp

Revision Date Message Actions
0:78eeca1c1944 2013-08-07 Recent update with the names changed and variable number of samples. File  Diff  Annotate