From a859498de08d608dcbced9042fc80cfc8e13a7f0 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 1 Apr 2020 13:41:52 +0200 Subject: [PATCH] Added lib Moving Average Library https://github.com/arduino/Arduino/issues/9960 --- registry.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.txt b/registry.txt index e0b0b093..ec219c7a 100644 --- a/registry.txt +++ b/registry.txt @@ -2972,3 +2972,4 @@ https://github.com/RobTillaart/Complex.git|Contributed|Complex https://github.com/RobTillaart/BoolArray.git|Contributed|BoolArray https://github.com/RobTillaart/BitArray.git|Contributed|BitArray https://github.com/NathanBak/astra_esp8266.git|Contributed|astra_esp8266 +https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git|Contributed|Moving Average Library