ESPHome 2025.5.0
|
Go to the source code of this file.
Data Structures | |
struct | esphome::bmp280_base::BMP280CalibrationData |
Internal struct storing the calibration values of an BMP280. More... | |
class | esphome::bmp280_base::BMP280Component |
This class implements support for the BMP280 Temperature+Pressure sensor. More... | |
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::bmp280_base |
Enumerations | |
enum | esphome::bmp280_base::BMP280Oversampling { esphome::bmp280_base::BMP280_OVERSAMPLING_NONE = 0b000 , esphome::bmp280_base::BMP280_OVERSAMPLING_1X = 0b001 , esphome::bmp280_base::BMP280_OVERSAMPLING_2X = 0b010 , esphome::bmp280_base::BMP280_OVERSAMPLING_4X = 0b011 , esphome::bmp280_base::BMP280_OVERSAMPLING_8X = 0b100 , esphome::bmp280_base::BMP280_OVERSAMPLING_16X = 0b101 } |
Enum listing all Oversampling values for the BMP280. More... | |
enum | esphome::bmp280_base::BMP280IIRFilter { esphome::bmp280_base::BMP280_IIR_FILTER_OFF = 0b000 , esphome::bmp280_base::BMP280_IIR_FILTER_2X = 0b001 , esphome::bmp280_base::BMP280_IIR_FILTER_4X = 0b010 , esphome::bmp280_base::BMP280_IIR_FILTER_8X = 0b011 , esphome::bmp280_base::BMP280_IIR_FILTER_16X = 0b100 } |
Enum listing all Infinite Impulse Filter values for the BMP280. More... | |