ESPHome  2024.7.2
Data Structures | Namespaces | Enumerations
integration_sensor.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::integration::IntegrationSensor
 
class  esphome::integration::ResetAction< Ts >
 

Namespaces

 esphome
 Implementation of SPI Controller mode.
 
 esphome::integration
 

Enumerations

enum  esphome::integration::IntegrationSensorTime {
  esphome::integration::INTEGRATION_SENSOR_TIME_MILLISECOND = 0, esphome::integration::INTEGRATION_SENSOR_TIME_SECOND, esphome::integration::INTEGRATION_SENSOR_TIME_MINUTE, esphome::integration::INTEGRATION_SENSOR_TIME_HOUR,
  esphome::integration::INTEGRATION_SENSOR_TIME_DAY
}
 
enum  esphome::integration::IntegrationMethod { esphome::integration::INTEGRATION_METHOD_TRAPEZOID = 0, esphome::integration::INTEGRATION_METHOD_LEFT, esphome::integration::INTEGRATION_METHOD_RIGHT }