Calculate Average Reading from TMP36

richiep:
temperature = (((temperature*1.8)+32)-6.5); // convert c to f

Example of why you use the CODE tags when trying to post code.