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

PID Library

SetMode()

Description

Specifies whether the PID should be on (Automatic) or off (Manual.) The PID defaults to the off position when created.

Syntax

SetMode(mode)

Parameters

mode: AUTOMATIC or MANUAL

Returns

None