YouTube video
Things you need




Coding
Hey
so first in the code, we need some ‘int” and “float” to save the number’s somewhere
Then we need to set the LCD pins which we have done with “LiquidCrystal lcd (rs , en , d4 , d4 , d5 ,d6 , d7); “
After that, we also enable serial (for serial monitor)
now let’s go to void loop
In there, first, we save the voltage of the analog pin (1) in var then we do some math on it to convert it to centigrade after that first we send the data to the serial monitor, so we can see them on the pc and also send it to the LCD, so we can also see it on LCD
oh we also need a delay to make it a bit slow
How to build
