Kuhnya Changed IP for MQTT. Added JLed

This commit is contained in:
Lexa
2025-08-21 11:07:47 +03:00
parent 4406739f56
commit c42f26105c
35 changed files with 2279 additions and 15 deletions

View 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": "*"
}