Page 9 - S.Shafna (1B), 2207, Ass-1
P. 9
Serial.print("celcious :");
Serial.print(cel);
Serial.print("*C ");
Serial.print("Faranhite :");
Serial.print(farh);
Serial.print("*F ");
Serial.println();
delay(1000)
}
❖ Output
• When TMR sensor received the temperature the values of celcious and faranite
will be printed and displayed on the serial monitor.