Skip to content

Commit

Permalink
docs(library_metadata): 📝 update library description
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreHiroyuki committed Jun 25, 2024
1 parent b912af5 commit 52486d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"conventionalCommits.scopes": [
"DataTomeAnalysis",
"DataTomeMvAvg",
"test"
"test",
"readme",
"library_metadata"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ This library calculates statistical functions using a time-series sample impleme

## Developed by

**Alexandre Hiroyuki**[GitHub](https://github.com/AlexandreHiroyuki)[LinkedIn](https://www.linkedin.com/in/alexandre-hiroyuki-yamauchi-7137241a6/)
**Alexandre Hiroyuki**[GitHub](https://github.com/AlexandreHiroyuki)[LinkedIn](https://www.linkedin.com/in/alexandre-hiroyuki-yamauchi/)
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 embedded devices (IoT). Focus on the developer's experience and performance.",
"description": "Data analysis and filtering using time series for embedded devices (IoT). All in a single C++ library, Data Tome. 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
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=DataTome
version=1.6.3
author=Alexandre Hiroyuki Yamauchi <[email protected]>
maintainer=Alexandre Hiroyuki Yamauchi <[email protected]>
sentence=A library for data analysis and data filtering on embedded devices.
sentence=Data analysis and filtering using time series for embedded devices (IoT). All in a single C++ library, Data Tome.
paragraph=Fully documented. Focus on the developer's experience and performance.
category=Data Processing
url=https://github.com/AlexandreHiroyuki/DataTome
Expand Down

0 comments on commit 52486d9

Please sign in to comment.