Arduino-PID-Library/library.properties
2019-04-05 06:17:51 -05:00

10 lines
390 B
INI

name=PID2
version=1.2.2
author=Brett Beauregard
maintainer=r2d2orc2po@yahoo.com
sentence=PID controller
paragraph=A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).
category=Input/Output
url=http://playground.arduino.cc/Code/PIDLibrary
architectures=*