#include <pid_autotuner.h>
Definition at line 45 of file pid_autotuner.h.
◆ RelayFunctionState
Enumerator |
---|
RELAY_FUNCTION_INIT | |
RELAY_FUNCTION_POSITIVE | |
RELAY_FUNCTION_NEGATIVE | |
Definition at line 56 of file pid_autotuner.h.
◆ current_target_error()
float esphome::pid::PIDAutotuner::RelayFunction::current_target_error |
( |
| ) |
const |
|
inline |
◆ update()
float esphome::pid::PIDAutotuner::RelayFunction::update |
( |
float |
error | ) |
|
◆ noiseband
float esphome::pid::PIDAutotuner::RelayFunction::noiseband = 0.5 |
◆ output_negative
float esphome::pid::PIDAutotuner::RelayFunction::output_negative = -1 |
◆ output_positive
float esphome::pid::PIDAutotuner::RelayFunction::output_positive = 1 |
◆ phase_count
uint32_t esphome::pid::PIDAutotuner::RelayFunction::phase_count = 0 |
◆ state
The documentation for this struct was generated from the following files: