Guide for LM35, LM335 and LM34 Temperature Sensors with Arduino
The LM35, LM335 and LM34 are linear temperature sensors that output a voltage proportional to the temperature value. They can be powered by the Arduino 5V pin, and to read the voltage, you use an analog pin. Reading the voltage from the sensor is as easy as using the analogRead () function on the sensor pin.
