ESPHome 2025.10.0-dev
Loading...
Searching...
No Matches
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
5namespace esphome {
6namespace bmp280_i2c {
7
9 LOG_I2C_DEVICE(this);
10 BMP280Component::dump_config();
11}
12
13} // namespace bmp280_i2c
14} // namespace esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7