pub type Humidity = SensorValue;
pub struct Humidity { pub integral: u8, pub decimal: u8, }
integral: u8
decimal: u8