ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
lm75b.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace esphome::lm75b {
8
9static const uint8_t LM75B_REG_TEMPERATURE = 0x00;
10
12 public:
13 void dump_config() override;
14 void update() override;
15};
16
17} // namespace esphome::lm75b
This class simplifies creating components that periodically check a state.
Definition component.h:585
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:132
void dump_config() override
Definition lm75b.cpp:9
Base-class for all sensors.
Definition sensor.h:47