.
This commit is contained in:
@ -40,6 +40,7 @@ HAL_StatusTypeDef tmp1075_measure() {
|
||||
err = 1;
|
||||
} else {
|
||||
tmp1075_temps[i] >>= 4;
|
||||
//tmp1075_temps[i] = tmp1075_temps[i] * 100/1600;
|
||||
tmp1075_failed_sensors &= ~(1 << i);
|
||||
if (tmp1075_temps[i] >= MAX_TEMP) {
|
||||
temp_error = 1;
|
||||
|
||||
Reference in New Issue
Block a user