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