Skip to content

Commit

Permalink
Merge pull request #24 from thijse/master
Browse files Browse the repository at this point in the history
Package manager compatibility
  • Loading branch information
br3ttb committed Apr 19, 2015
2 parents d21d7e3 + 17fe137 commit c61fb89
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
File renamed without changes.
19 changes: 19 additions & 0 deletions PID_v1/library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "PID",
"keywords": "PID, controller, signal",
"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.",
"url": "http://playground.arduino.cc/Code/PIDLibrary",
"include": "PID_v1",
"authors":
[
{
"name": "Brett Beauregard"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
},
"frameworks": "arduino"
}
9 changes: 9 additions & 0 deletions PID_v1/library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=PID
version=1.0.1
author=Brett Beauregard
maintainer=Brett Beauregard
sentence=PID controller
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.
category=Signal Input/Output
url=http://playground.arduino.cc/Code/PIDLibrary
architectures=*

0 comments on commit c61fb89

Please sign in to comment.