/Designs/Thermometer/SW/PIC16F887/main.c
41,6 → 41,7
{
lcd_gotoxy(1,2);
printf(lcd_putc,"T: %f K ",ds1820_read()+273.15);
printf("$T1.0 %f \r\n",ds1820_read()+273.15);
Delay_ms(100);
}