AverageList Library for Arduino Author: Alexander Brevig Contact: alexanderbrevig@gmail.com
1.2 2009-07-04: Added remove() and print()
1.2 2009-07-04: Added remove() and print()
1.1 2009-05-21: Added getMax and getMin, @request retrolefty
1.0 2009-05-21: Initial Release
AverageList is a library for the Arduino.
It is created to help simplify averaging values.
Download here: Attach:AverageList.zip
Put the Button folder in "hardware\libraries\".
In the Arduino IDE, create a new sketch (or open one) and select from the menubar "Sketch->Import Library->AverageList".
Once the library is imported, an '#include <AverageList.h>' line will appear at the top of your sketch.
AverageList<datatype> variableName = AverageList<datatype>( storage , size );
//under construction, see .h file
//contact me
| Part of AlphaBeta Libraries. | |
| Last Modified: | October 04, 2012, at 03:49 PM |
| By: | BartLamboo |