From eecb3c38c068b7f7d3531bfb063f88a53bd49195 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 31 Aug 2020 15:17:15 +0200 Subject: [PATCH] Added lib MedianFilterLib2 https://github.com/arduino/Arduino/issues/10678 --- registry.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.txt b/registry.txt index 337e3dc6..8abbd29d 100644 --- a/registry.txt +++ b/registry.txt @@ -3415,3 +3415,4 @@ https://github.com/pu2clr/bk108x.git|Contributed|PU2CLR BK108X https://github.com/Dustpancake/MQ7.git|Contributed|MQ7Sensor https://github.com/h2zero/NimBLE-Arduino.git|Contributed|NimBLE-Arduino https://github.com/AnyLeaf/ph-cpp.git|Contributed|Anyleaf +https://github.com/warhog/Arduino-MedianFilter.git|Contributed|MedianFilterLib2