From 8c343aa0b0ebad5b5989b137b9059ef8088e0c2a Mon Sep 17 00:00:00 2001 From: AlexandreHiroyuki Date: Tue, 11 Jun 2024 12:44:19 -0300 Subject: [PATCH] docs: :memo: update lib description --- README.md | 2 +- library.json | 2 +- library.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0232815..41cda10 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Description -Data Tome is a C++ library for data analysis and data filtering on IoT devices. Focus on the developer's experience and performance. +Data Tome is a C++ library for data analysis and data filtering on embedded devices (IoT). Focus on the developer's experience and performance. ## Getting Started diff --git a/library.json b/library.json index cfea009..b2b3fe0 100644 --- a/library.json +++ b/library.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json", "name": "DataTome", "version": "1.6.3", - "description": "Data Tome is a C++ library for data analysis and data filtering on IoT devices. Focus on the developer's experience and performance.", + "description": "Data Tome is a C++ library for data analysis and data filtering on embedded devices (IoT). Focus on the developer's experience and performance.", "keywords": "sensors, input, data, processing, analysis, arduino, library, filter, moving average, smooth, standard, deviation, mean, partial, tome, datatome", "repository": { "type": "git", diff --git a/library.properties b/library.properties index 52a92cd..33e23c3 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=DataTome version=1.6.3 author=Alexandre Hiroyuki Yamauchi maintainer=Alexandre Hiroyuki Yamauchi -sentence=Moving Average and other statistical functions compatible with any number type. -paragraph=Fully documented. Data Tome is a C++ library for data analysis and data filtering on IoT devices. Focus on the developer experience and performance. +sentence=A library for data analysis and data filtering on embedded devices. +paragraph=Fully documented. Focus on the developer's experience and performance. category=Data Processing url=https://github.com/AlexandreHiroyuki/DataTome architectures=*