From 424d064e11ba6b0108c0013dadeddffe733062ce Mon Sep 17 00:00:00 2001 From: Matt Fryer Date: Wed, 24 Apr 2019 13:46:03 +0100 Subject: [PATCH] Release 1.0 --- library.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index ecc3713..7707361 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=Smoothed -version=0.2 +version=1.0 author=Matthew Fryer maintainer=Matthew Fryer -sentence=A simple library to store and calculate smoothed values from sensors. Expecially useful for reading values from the inbuilt, or an external ADC. Unlike most other similar libraries, Smoothed uses a template class allowing it to work with any numerical data type. This makes it both lightweight and flexible. -paragraph=Provides various methods for providing a smoothed input from a sensor. +sentence=A simple library to store and calculate smoothed values from sensors. +paragraph=Expecially useful for reading values from the inbuilt, or an external ADC. Unlike most other similar libraries, Smoothed uses a template class allowing it to work with any numerical data type. This makes it both lightweight and flexible. category=Data Processing url=https://github.com/MattFryer/Smoothed architectures=*