ESPHome
2026.5.0b1
Loading...
Searching...
No Matches
esphome
components
i2c_device
i2c_device.cpp
Go to the documentation of this file.
1
#include "
i2c_device.h
"
2
#include "
esphome/core/log.h
"
3
#include "
esphome/core/hal.h
"
4
#include <cinttypes>
5
6
namespace
esphome::i2c_device
{
7
8
static
const
char
*
const
TAG =
"i2c_device"
;
9
10
void
I2CDeviceComponent::dump_config
() {
11
ESP_LOGCONFIG(TAG,
"I2CDevice"
);
12
LOG_I2C_DEVICE(
this
);
13
}
14
15
}
// namespace esphome::i2c_device
esphome::i2c_device::I2CDeviceComponent::dump_config
void dump_config() override
Definition
i2c_device.cpp:10
hal.h
i2c_device.h
log.h
esphome::i2c_device
Definition
i2c_device.cpp:6
Generated by
1.12.0