-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 811 Bytes
/
Copy pathlibrary.json
File metadata and controls
25 lines (25 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
},
{
"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"
}