ESPHome
2024.11.1
esphome
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
{
7
namespace
i2c_device {
8
9
static
const
char
*
const
TAG =
"i2c_device"
;
10
11
void
I2CDeviceComponent::dump_config
() {
12
ESP_LOGCONFIG(TAG,
"I2CDevice"
);
13
LOG_I2C_DEVICE(
this
);
14
}
15
16
}
// namespace i2c_device
17
}
// namespace esphome
esphome::i2c_device::I2CDeviceComponent::dump_config
void dump_config() override
Definition:
i2c_device.cpp:11
hal.h
i2c_device.h
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
log.h
Generated by
1.8.13