Skip to content

Commit 12e41f0

Browse files
committed
L47x and L48x use 110C as the calibration temp
1 parent 987040b commit 12e41f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signature.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ define_ptr_type!(VtempCal130, 0x1FFF_75CA);
118118
impl VtempCal130 {
119119
/// TS_CAL2_TEMP
120120
/// TODO: this is 110 for L47x, 130 for L43x
121-
pub const TEMP_DEGREES: u16 = 130;
121+
pub const TEMP_DEGREES: u16 = 110;
122122
/// Read calibration value
123123
pub fn read(&self) -> u16 {
124124
self.0

0 commit comments

Comments
 (0)