Microcontroller › AVR › Error using Lm35 Interface with Atmega 16 › Hello Hamza Khan, I guess the
November 15, 2013 at 6:11 am
#10609
Ganesh Selvaraj
Participant
Hello Hamza Khan, I guess the problem is that the variable “data1” is declared as int type and so it doesn’t take decimals. Try changing it to float type.