From 35ea7e243f09f6b3e9bee1f6e103ed222ae896de Mon Sep 17 00:00:00 2001 From: Bim Overbohm Date: Sat, 22 Feb 2020 13:39:04 +0100 Subject: [PATCH] Fix README anchor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d801455..f253041 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ arduinoFFT # Fast Fourier Transform for Arduino This is a fork from https://code.google.com/p/makefurt/ which has been abandoned since 2011. -~~This is a C++ library for Arduino for computing FFT.~~ Now it works both on Arduino and C projects. This is version 2.0 of the library, which has a different [API](#api). See here [how to migrate from 1.x to 2.x](#migrating-from-1.x-to-2.x). +~~This is a C++ library for Arduino for computing FFT.~~ Now it works both on Arduino and C projects. This is version 2.0 of the library, which has a different [API](#api). See here [how to migrate from 1.x to 2.x](#migrating-from-1x-to-2x). Tested on Arduino 1.6.11 and 1.8.10. ## Installation on Arduino