ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
tmp102.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace esphome::tmp102 {
8
10 public:
11 void dump_config() override;
12 void update() override;
13};
14
15} // namespace esphome::tmp102
This class simplifies creating components that periodically check a state.
Definition component.h:602
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:132
Base-class for all sensors.
Definition sensor.h:47