M5Unit-ENV 1.2.0 git rev:d576302
|
BMP280 Unit for M5UnitUnified. More...
#include <M5UnitComponent.hpp>
#include <m5_utility/container/circular_buffer.hpp>
#include <limits>
Go to the source code of this file.
Classes | |
union | m5::unit::bmp280::Trimming |
struct | m5::unit::bmp280::Data |
Measurement data group. More... | |
class | m5::unit::UnitBMP280 |
Pressure and temperature sensor unit. More... | |
struct | m5::unit::UnitBMP280::config_t |
Settings for begin. More... | |
Namespaces | |
namespace | m5 |
Top level namespace of M5stack. | |
namespace | bmp280 |
For BMP280. | |
Enumerations | |
enum class | m5::unit::bmp280::PowerMode : uint8_t { Sleep , Forced , Normal = 0x03 } |
Operation mode. More... | |
enum class | m5::unit::bmp280::Oversampling : uint8_t { Skipped , X1 , X2 , X4 , X8 , X16 } |
Oversampling factor. More... | |
enum class | m5::unit::bmp280::OversamplingSetting : uint8_t { UltraLowPower , LowPower , StandardResolution , HighResolution , UltraHighResolution } |
Oversampling Settings. More... | |
enum class | m5::unit::bmp280::Filter : uint8_t { Off , Coeff2 , Coeff4 , Coeff8 , Coeff16 } |
Filter setting. More... | |
enum class | m5::unit::bmp280::Standby : uint8_t { Time0_5ms , Time62_5ms , Time125ms , Time250ms , Time500ms , Time1sec , Time2sec , Time4sec } |
Measurement standby time for power mode Normal. More... | |
enum class | m5::unit::bmp280::UseCase : uint8_t { LowPower , Dynamic , Weather , Elevator , Drop , Indoor } |
Preset settings. More... | |
BMP280 Unit for M5UnitUnified.
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |