Hey all,
I'm relatively new to all this and I have been trying to get a temperature sensor to work with the launchpad. As in my previous posts I was trying for the DS18b20. I have the port of the code project on the back burner because there is a hell of a lot I need to learn to be able to port that over.
So just to get something off the ground I have been trying to use the LM35 to read some temps.
Here is the code I'm running
float tempC;
float tempF;
void setup()
{
Serial.begin(9600);
}
void loop()
{
tempC = analogRead(6); //read the value from the se