y amaybe , but the +655 is annoying, I'm almost there,
OK it stick the whole unit outside, Its giving a steady -7 C
Got rid of the +655:
added this:
IF temperature.11 = 1 Then goto Zerotemp
if temperature = 0 then goto Special
.
.
.
Special:
lcdout $FE,1, "TempC: ", dec 0 , ".", dec 0," ",$DF,"C"
lcdout $FE,$C0, "TempF: ", dec 32 , ".", dec 0," ",$DF,"F"
goto loop
Bookmarks