ESPHome 2026.8.0-dev
Loading...
Searching...
No Matches
i2c_device.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome::i2c_device {
7
8class I2CDeviceComponent final : public Component, public i2c::I2CDevice {
9 public:
10 void dump_config() override;
11
12 protected:
13};
14
15} // namespace esphome::i2c_device
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:132