ESPHome  2024.9.0
internal_temperature.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace esphome {
7 namespace internal_temperature {
8 
10  public:
11  void dump_config() override;
12 
13  void update() override;
14 };
15 
16 } // namespace internal_temperature
17 } // namespace esphome
This class simplifies creating components that periodically check a state.
Definition: component.h:283
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7
Base-class for all sensors.
Definition: sensor.h:57