Skip to content

Commit

Permalink
docs: 📝 update lib description
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreHiroyuki committed Jun 11, 2024
1 parent 653e854 commit 8c343aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name=DataTome
version=1.6.3
author=Alexandre Hiroyuki Yamauchi <alex.hiroyuki@outlook.com>
maintainer=Alexandre Hiroyuki Yamauchi <alex.hiroyuki@outlook.com>
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=*

0 comments on commit 8c343aa

Please sign in to comment.