* sanity check, I am doing this right? Trying to read the temperature calibration values but nothing makes sense ```rs pub const TS_CAL1: *mut () = 0x1FFF75A8 as usize as _; let ts_cal1 = unsafe { *TS_CAL1.cast::() } ```