-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug found by Dorian Rojas while compiling with newer compiler.
- Loading branch information
1 parent
659d017
commit 854a408
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=Gaussian | ||
version=1.0.4 | ||
version=1.0.5 | ||
author=Ivan Seidel <[email protected]> | ||
maintainer=Ivan Seidel <[email protected]> | ||
sentence=Gaussian math and Moving Average made easy | ||
paragraph=Library that makes Gaussian work easy to use with C++ and Arduino. REQUIRES <LinkedList> Class if using GaussianAverage. | ||
sentence=Gaussian math, Kalman Filters and Moving Averages made easy | ||
paragraph=Simple to use and Object Oriented Class to deal with Gaussian and Moving Averages math. REQUIRES LinkedList Class if using GaussianAverage. | ||
category=Data Processing | ||
url=https://github.com/ivanseidel/Gaussian | ||
architectures=* |