@ -383,6 +383,9 @@ void loop() {
Serial.println(" ");
Serial.println(T2, DEC);
Serial.println(R2, DEC);
Serial.println("\nCurrent raw temperature reading\n");
Serial.println(sensorValue, DEC);
}
else if (result == 'C' || result == 'c') {
Powered by TurnKey Linux.