ESPHome 2025.9.0-dev
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
13 protected:
14};
15
16} // namespace i2c_device
17} // namespace esphome
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:133
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7