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§
- BmeSettings
Handle - 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.