Kuhnya Changed IP for MQTT. Added JLed
This commit is contained in:
21
KorMYS/.pio/libdeps/uno/RunningMedian/library.json
Normal file
21
KorMYS/.pio/libdeps/uno/RunningMedian/library.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "RunningMedian",
|
||||
"keywords": "running, moving, median, average, outliers",
|
||||
"description": "The library stores the last N individual values in a buffer to select the median. It filters outliers.",
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
"name": "Rob Tillaart",
|
||||
"email": "Rob.Tillaart@gmail.com",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/RobTillaart/RunningMedian.git"
|
||||
},
|
||||
"version":"0.3.3",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user