Arduino Playground is read-only starting December 31st, 2018. For more info please look at this Forum Post

PID Autotune Library

PID_ATune()

Description

Creates an Autotuner designed to create PID tuning parameters for the PID Library

Syntax

PID(&Input, &Output)

Parameters

Input: The same variable that is connected to the PID Library as Input
Output: The same variable that is connected to the PID Library as Output

Returns

None