-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
31 lines (31 loc) · 776 Bytes
/
library.json
File metadata and controls
31 lines (31 loc) · 776 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
26
27
28
29
30
31
{
"name": "stevesch-MathBase",
"version": "0.2.0",
"keywords": "Arduino, float, math, scalar, PID, interpolate, lerp, dead zone, clamp, wrap, linear, trig, histogram, approximation, random, spline, statistics",
"description": "Some common (mostly scalar) math operations not provided by all C++ environments.",
"repository":
{
"type": "git",
"url": "https://github.com/stevesch/stevesch-MathBase"
},
"exclude": "tests",
"frameworks": "arduino",
"platforms": "*",
"authors":
{
"name": "Stephen Schlueter",
"url": "https://github.com/stevesch",
"maintainer": true
},
"examples": [
{
"name": "Minimal",
"base": "examples/minimal",
"files": [
"minimal.ino"
]
}
],
"dependencies": [
]
}