forked from Dlloydev/sTune
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
24 lines (24 loc) · 761 Bytes
/
library.json
File metadata and controls
24 lines (24 loc) · 761 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
{
"name": "sTune",
"version": "2.4.0",
"description": "Open loop PID autotuner using a novel s-curve inflection point test method. Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.",
"keywords": "PID, autotune, autotuner, tuner, tune, stune, inflection, step",
"repository":
{
"type": "git",
"url": "https://github.com/Dlloydev/sTune"
},
"authors":
[
{
"name": "David Lloyd",
"email": "[email protected]",
"url": "https://github.com/Dlloydev/sTune",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/Dlloydev/sTune",
"frameworks": "arduino",
"platforms": "*"
}