25. Interface LM35 temperature sensor

On Arduino UNO, read temperature using an LM35 temperature sensor and print it on a Serial monitor. Design it in a way that it should also measure negative temperature.

 

Hint: To measure negative temperature, we need to shift the LM35 voltage reference i.e. GND.

 

 

Submit Your Solution