LM35DZ TO-92 temperatuur sensor
Productomschrijving
LM35DZ TO-92 temperatuur sensor
Originele LM35 dus geen kopie.
Hieronder een kleine sketch:
float temp;
int tempPin = 0;
void setup()
{
Serial.begin(9600);
}
void loop()
{
temp = analogRead(tempPin);
temp = temp * 0.48828125;
Serial.print("TEMPRATURE = ");
Serial.print(temp);
Serial.print("*C");
Serial.println();
delay(1000);
}
Productspecificaties
- Artikelnummer
- GT3.11-1