Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 2e304eb

Browse files
authored
Removed serial print on termocouples library (#48)
1 parent fcd8a46 commit 2e304eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utility/THERMOCOUPLE/MAX31855.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ float MAX31855Class::readTemperature(int type)
9999
// conversion factor from K type to J type
100100
celsius = celsius * 4/5;
101101
}
102-
Serial.println(celsius);
103102
return celsius;
104103
}
105104

0 commit comments

Comments
 (0)