File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
//
2
2
// FILE: RunningMedian.cpp
3
3
// AUTHOR: Rob.Tillaart at gmail.com
4
- // VERSION: 0.1.14
4
+ // VERSION: 0.1.15
5
5
// PURPOSE: RunningMedian library for Arduino
6
6
//
7
7
// HISTORY:
20
20
// 0.1.12 - 2015-07-12 refactor constructor + const
21
21
// 0.1.13 - 2015-10-30 fix getElement(n) - kudos to Gdunge
22
22
// 0.1.14 - 2017-07-26 revert double to float - issue #33
23
+ // 0.1.15 - 2018-08-24 make runningMedian Configurable #110
23
24
//
24
25
// Released to the public domain
25
26
//
Original file line number Diff line number Diff line change 15
15
"type" : " git" ,
16
16
"url" : " https://github.com/RobTillaart/Arduino.git"
17
17
},
18
- "version" :" 0.1.14 " ,
18
+ "version" :" 0.1.15 " ,
19
19
"frameworks" : " arduino" ,
20
20
"platforms" : " *" ,
21
21
"export" : {
Original file line number Diff line number Diff line change 1
1
name =RunningMedian
2
- version =0.1.14
2
+ version =0.1.15
3
3
author =Rob Tillaart <rob.tillaart@gmail.com>
4
4
maintainer =Rob Tillaart <rob.tillaart@gmail.com>
5
5
sentence =The library stores the last N individual values in a buffer to select the median.
You can’t perform that action at this time.
0 commit comments