Thread: Arduino issues
View Single Post
Old 03-03-13, 12:40 PM   #6
jeff5may
Supreme EcoRenovator
 
Join Date: Jan 2010
Location: elizabethtown, ky, USA
Posts: 2,428
Thanks: 431
Thanked 619 Times in 517 Posts
Send a message via Yahoo to jeff5may
Default

i'm no longer a programming expert, but this line looks fishy to me:
steinhart -= 273.15; // convert to C

it seems you should have something like:
variable = variable + constant
rather than
variable = constant

Last edited by jeff5may; 03-03-13 at 12:43 PM..
jeff5may is offline   Reply With Quote