Should use it more often...
The 'temperature' function will return a WORD result.Is not necesary to use " HIGH BYTE " I use only "LOW BYTE "
That's what we suggested back in post #2!!!digit var byte[5]
digit[5] = temperature dig 4
digit[4] = temperature dig 3
digit[3] = temperature dig 2
digit[2] = ","
digit[1] = temperature dig 1
digit[0] = temperature dig 0
I'll try this !
Bookmarks