Module bme

Source
Expand description

Interface to BME sensors to read physical measurements.

Modules§

bme680
Provides a BmeSensor implementation for the BME680 sensor.
test_support
Provides a fake BmeSensor implementation to be used in unit tests.

Structs§

BmeSettingsHandle
Handle to a struct with settings for the BME sensor.

Traits§

BmeSensor
Trait to implement for your specific hardware to obtain measurements from the BME sensor.