1
2
3
4
5
pub struct TemperatureCalibrationData {
    pub t1: u16,
    pub t2: i16,
    pub t3: i16,
}