From fe39e29f0360ee5cfb8dd56f917d412768e7c037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20St=C3=A4ck?= Date: Sat, 27 Jul 2019 17:15:38 +0200 Subject: [PATCH] Update readme about filters lib --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c8f04fb..d39ee77 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,7 @@ added directly via the Library Manager in the Arduino IDE: * Adafruit MPR121 * Adafruit GFX * Adafruit SSD1306 (version 1.2.9 or above) - -You also need to install [Edgar Bonet's Filters library](https://github.com/edgar-bonet/Filters), -specifically the `fix-integer-overflow` branch. One of the easiest way to do that is to download the -git repo [as a zip file](https://github.com/edgar-bonet/Filters/archive/fix-integer-overflow.zip), -and then add that in the Arduino IDE (under Sketch -> Include Library -> Add .ZIP library) +* NuEVI also includes on the [Filters](https://github.com/JonHub/Filters) library by Jonathan Driscoll, but that is no longer an external dependency. ### Compile options