Skip to content

Arduino movingAvg Library 2.3.1

Compare
Choose a tag to compare
@JChristensen JChristensen released this 03 Mar 22:01
· 1 commit to master since this release
  • Fix calculation for most recent "n" points (i.e. the getAvg(int) function)
  • If given an improper number of points, getAvg(int) now returns zero.