Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Staples committed Sep 19, 2014
1 parent 38114f3 commit 1088151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define FILTER_h

// Uncomment the line below to run as an Arduino library from
// the Arduino IDE, and commend out the COMPILE directive below
// the Arduino IDE, and comment out the COMPILE directive below
// for command line testing
#define COMPILE_FOR_ARDUINO

Expand Down Expand Up @@ -123,8 +123,8 @@ class Moving_average{
*/
//void set_length(const int length);

//return the current value of the average
int current();
//return the current value of the average
int current();

//add a new data point and return the filtered result
int filter(int new_data);
Expand Down

0 comments on commit 1088151

Please sign in to comment.