Struct bosch_bme680::MeasurmentData
source · pub struct MeasurmentData {
pub temperature: f32,
pub humidity: f32,
pub pressure: f32,
pub gas_resistance: Option<f32>,
}Expand description
Measurment data returned from the sensor
Fields§
§temperature: f32§humidity: f32§pressure: f32§gas_resistance: Option<f32>is None if gas measurment is disabled