ESPHome 2025.6.2
Loading...
Searching...
No Matches
tmp102.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace esphome {
8namespace tmp102 {
9
11 public:
12 void dump_config() override;
13 void update() override;
14
15 float get_setup_priority() const override;
16};
17
18} // namespace tmp102
19} // namespace esphome
This class simplifies creating components that periodically check a state.
Definition component.h:331
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:133
Base-class for all sensors.
Definition sensor.h:62
float get_setup_priority() const override
Definition tmp102.cpp:49
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7