ESPHome  2024.4.1
Data Fields
esphome::pid::PIDAutotuner::PIDResult Struct Reference

#include <pid_autotuner.h>

Data Fields

float kp
 
float ki
 
float kd
 

Detailed Description

Definition at line 15 of file pid_autotuner.h.

Field Documentation

◆ kd

float esphome::pid::PIDAutotuner::PIDResult::kd

Definition at line 18 of file pid_autotuner.h.

◆ ki

float esphome::pid::PIDAutotuner::PIDResult::ki

Definition at line 17 of file pid_autotuner.h.

◆ kp

float esphome::pid::PIDAutotuner::PIDResult::kp

Definition at line 16 of file pid_autotuner.h.


The documentation for this struct was generated from the following file: