Skip to content

Commit

Permalink
docs: 📝 update readme to notify about the new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreHiroyuki committed Dec 24, 2023
1 parent 11178f5 commit 8d9d2f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@

> _Old name: MovingAverage_ArduinoLibrary_
Moving Average Plus is a C++ library that implements a moving average on the Arduino platform. Performance and usability are the two focuses I thought of when creating this library, so every improvement tip is welcome. It is useful for filtering noisy data from sensors, for example.
**This library is deprecated. All support is now dedicated to [Data Tome](https://github.com/AlexandreHiroyuki/DataTome)!**

This library is listed in the official [Arduino Library Manager](https://www.arduino.cc/reference/en/libraries/movingaverageplus/), and you can also find it at [Arduino Library List](https://www.arduinolibraries.info/libraries/moving-average-plus).
**[Data Tome](https://github.com/AlexandreHiroyuki/DataTome) includes all the features of Moving Average Plus, in addition to many other features, such as better type control, more statistics, and better test coverage.**

_**—Recommended Platform—**_ Now it's possible to install this library on the [PlatformIO Registry](https://registry.platformio.org/libraries/alexandrehiroyuki/MovingAveragePlus)!

Check our **exclusive** feature, the Partials!
**Start coding with [Data Tome](https://github.com/AlexandreHiroyuki/DataTome)!**

> This library is listed in the official [Arduino Library Manager](https://www.arduino.cc/reference/en/libraries/movingaverageplus/), and you can also find it at [Arduino Library List](https://www.arduinolibraries.info/libraries/moving-average-plus).
>
> _—Recommended Platform—_ Now it's possible to install this library on the [PlatformIO Registry](https://registry.platformio.org/libraries/alexandrehiroyuki/MovingAveragePlus)!
>
> Check our **exclusive** feature, the Partials!
>
> _[Click here to read more about the Partials Concept](https://alexandrehiroyuki.github.io/MovingAveragePlusDocs/docs/category/partials)_
## Documentation
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MovingAveragePlus",
"version": "4.4.0",
"version": "4.4.1",
"description": "Moving Average Plus implements a lightweight moving average structure on Arduino. Fully documented. Performance and usability are the two focuses I thought of when creating this library.",
"keywords": "sensors, input, data, processing, analysis, arduino, library, filter, moving average, smooth",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MovingAveragePlus
version=4.4.0
version=4.4.1
author=Alexandre Hiroyuki Yamauchi <[email protected]>
maintainer=Alexandre Hiroyuki Yamauchi <[email protected]>
sentence=Moving Average library compatible with any number type
Expand Down

0 comments on commit 8d9d2f2

Please sign in to comment.