since you have a rtc and convert time to binary
why not
If (TimeM//5)==0 then
Hserout [dec TimeH,":",dec TimeM," ",DEC(TempC/10),".",#TempC dig 1,13,10]
ENDIF
since you have a rtc and convert time to binary
why not
If (TimeM//5)==0 then
Hserout [dec TimeH,":",dec TimeM," ",DEC(TempC/10),".",#TempC dig 1,13,10]
ENDIF
Last edited by richard; - 10th January 2018 at 00:12. Reason: added brackets jic
Warning I'm not a teacher
Bookmarks