#include <PID.h>
◆ PID()
◆ compute()
| int32_t PID::compute |
( |
int32_t |
input | ) |
|
Compute the next correction.
- Parameters
-
- Returns
- A correction to be applied to the input.
◆ resetIntegral()
| void PID::resetIntegral |
( |
int32_t |
input | ) |
|
Initialize/reset the controller.
- Parameters
-
| input | Current input value (same value as passed into compute()) |
◆ setOutputLimits()
| void PID::setOutputLimits |
( |
int32_t |
min, |
|
|
int32_t |
max |
|
) |
| |
◆ setSetPoint()
| void PID::setSetPoint |
( |
uint16_t |
setpoint | ) |
|
|
inline |
Set the controller set point.
◆ setTunings()
The documentation for this class was generated from the following files: