From 1ec9420123950171c22093d6b57dff4de66ab8d2 Mon Sep 17 00:00:00 2001 From: Enrique Condes Date: Fri, 12 May 2017 19:15:31 -0500 Subject: [PATCH] Fix issue that prevents installing on Arduino IDE --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index 298451e..ef40880 100644 --- a/library.properties +++ b/library.properties @@ -3,6 +3,7 @@ version=1.0 author=kosme maintainer=Enrique Condes sentence=A library for implementing Fast Fourier Transform on Arduino. +paragraph=With this library you can calculate the frequency of a sampled signal. category=Data Processing url=https://github.com/kosme/arduinoFFT architectures=*