ESPHome
2026.6.0-dev
Loading...
Searching...
No Matches
esphome
components
bmp280_i2c
bmp280_i2c.cpp
Go to the documentation of this file.
1
#include "
bmp280_i2c.h
"
2
#include "
esphome/core/hal.h
"
3
#include "
esphome/core/log.h
"
4
5
namespace
esphome::bmp280_i2c
{
6
7
void
BMP280I2CComponent::dump_config
() {
8
LOG_I2C_DEVICE(
this
);
9
BMP280Component::dump_config();
10
}
11
12
}
// namespace esphome::bmp280_i2c
bmp280_i2c.h
esphome::bmp280_i2c::BMP280I2CComponent::dump_config
void dump_config() override
Definition
bmp280_i2c.cpp:7
hal.h
log.h
esphome::bmp280_i2c
Definition
bmp280_i2c.cpp:5
Generated by
1.12.0