Introduction - If you have any usage issues, please Google them yourself
-- The following is the experimental temperature DS18B20 source- ORG 0000HSTART: MOV SP,# 60H initialization boot MOV P0,# 0FFH MOV P1,# 0FFH MOV P2,# 0FFH MOV P3,# 0FFHMAIN: LCALL Reading temperature GET_TEMPER call LCALL DISP subroutine calls Subroutine digital tube display AJMP MAIN repeat cycle