|
M5Unit-ENV 1.3.1 git rev:73f34ff
|
ENV IV is an environmental sensor that integrates SHT40 and BMP280. More...
#include <unit_ENV4.hpp>
Public Member Functions | |
| UnitENV4 (const uint8_t addr=DEFAULT_ADDRESS) | |
| virtual bool | begin () override |
Public Attributes | |
| UnitSHT40 | sht40 |
| SHT40 instance. | |
| UnitBMP280 | bmp280 |
| BMP280 instance. | |
Protected Member Functions | |
| virtual std::shared_ptr< Adapter > | ensure_adapter (const uint8_t ch) |
ENV IV is an environmental sensor that integrates SHT40 and BMP280.
This unit itself has no I/O, but holds SHT40 and BMP280 instance