ESPHome 2025.5.0
Loading...
Searching...
No Matches
i2c_device.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome {
7namespace i2c_device {
8
10 public:
11 void dump_config() override;
12 float get_setup_priority() const override { return setup_priority::DATA; }
13
14 protected:
15};
16
17} // namespace i2c_device
18} // namespace esphome
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:133
float get_setup_priority() const override
Definition i2c_device.h:12
const float DATA
For components that import data from directly connected sensors like DHT.
Definition component.cpp:19
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7