-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update library.json and readme.md to publish on PlatformIO (#11)
* update library.json + readme.md
- Loading branch information
1 parent
5ea8e73
commit 5810a3f
Showing
2 changed files
with
33 additions
and
24 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,23 +1,25 @@ | ||
{ | ||
"name": "Smooth", | ||
"keywords": "", | ||
"description": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.\nThe average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", | ||
"authors": | ||
[ | ||
{ | ||
"name": "Trent M. Wyatt", | ||
"email": "robotics@trentwyatt.com", | ||
"maintainer": true | ||
} | ||
], | ||
"repository": | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/ripred/Smooth" | ||
}, | ||
"version": "1.9.0", | ||
"license": "MIT", | ||
"frameworks": "*", | ||
"platforms": "*", | ||
"headers": "Smooth.h" | ||
} | ||
"name": "Smooth", | ||
"keywords": "", | ||
"description": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.\nThe average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", | ||
"authors": [ | ||
{ | ||
"name": "Trent M. Wyatt", | ||
"email": "robotics@trentwyatt.com", | ||
"maintainer": true | ||
}, | ||
{ | ||
"name": "Rob Tillaart", | ||
"email": "Rob.Tillaart@gmail.com" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ripred/Smooth" | ||
}, | ||
"version": "1.9.0", | ||
"license": "MIT", | ||
"frameworks": "*", | ||
"platforms": "*", | ||
"headers": "Smooth.h" | ||
} |