|
M5Unit-ENV 1.3.1 git rev:73f34ff
|
ENV III is an environmental sensor that integrates SHT30 and QMP6988. More...
#include <unit_ENV3.hpp>
Public Member Functions | |
| UnitENV3 (const uint8_t addr=DEFAULT_ADDRESS) | |
| virtual bool | begin () override |
Public Attributes | |
| UnitSHT30 | sht30 |
| SHT30 instance. | |
| UnitQMP6988 | qmp6988 |
| QMP6988 instance. | |
Protected Member Functions | |
| virtual std::shared_ptr< Adapter > | ensure_adapter (const uint8_t ch) |
ENV III is an environmental sensor that integrates SHT30 and QMP6988.
This unit itself has no I/O, but holds SHT30 and QMP6988 instance