ESPHome  2024.4.0
Data Structures | Namespaces | Enumerations
pid_climate_sensor.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::pid::PIDClimateSensor
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::pid
 

Enumerations

enum  esphome::pid::PIDClimateSensorType {
  esphome::pid::PID_SENSOR_TYPE_RESULT, esphome::pid::PID_SENSOR_TYPE_ERROR, esphome::pid::PID_SENSOR_TYPE_PROPORTIONAL, esphome::pid::PID_SENSOR_TYPE_INTEGRAL,
  esphome::pid::PID_SENSOR_TYPE_DERIVATIVE, esphome::pid::PID_SENSOR_TYPE_HEAT, esphome::pid::PID_SENSOR_TYPE_COOL, esphome::pid::PID_SENSOR_TYPE_KP,
  esphome::pid::PID_SENSOR_TYPE_KI, esphome::pid::PID_SENSOR_TYPE_KD
}