8000 Added PlatformIo and Arduino package manager information · GHarduino/Arduino-PID-Library@75d13d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75d13d0

Browse files
committed
Added PlatformIo and Arduino package manager information
1 parent d21d7e3 commit 75d13d0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

PID_v1/library.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "PID",
3+
"keywords": "PID, controller, signal",
4+
"description": "PID controller calculates an 'error' value as the difference between a measured input and a desired setpoint. The controller attempts to minimize the error by adjusting an output.",
5+
"url": "http://playground.arduino.cc/Code/PIDLibrary",
6+
"include": "PID_v1",
7+
"authors":
8+
[
9+
{
10+
"name": "Brett Beauregard"
11+
}
12+
],
13+
"repository":
14+
{
15+
"type": "git",
16+
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
17+
},
18+
"frameworks": "arduino"
19+
}

PID_v1/library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=PID
2+
version=1.0.1
3+
author=Brett Beauregard
4+
maintainer=Brett Beauregard
5+
sentence=PID controller
6+
paragraph=A PID controller calculates an 'error' value as the difference between a measured input and a desired setpoint. The controller attempts to minimize the error by adjusting an output.
7+
category=Signal Input/Output
8+
url=http://playground.arduino.cc/Code/PIDLibrary
9+
architectures=*

0 commit comments

Comments
 (0)
0