Arduino PID Library
by Brett Beauregard
contact: br3ttb@gmail.com

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