Microcontroller › AVR › Interfacing LM35 and avr controller with use of internal ADC of ATMEGA32 › t=round(val/2);char
December 16, 2013 at 3:01 pm
#10737
abhijit
Participant
t=round(val/2);
char buffer[10];
d1=t/2;
itoa(d1,buffer,10);
LCD_print(buffer);
only adjust this in main for temperature show