This commit is contained in:
topicchi
2025-10-21 18:46:45 +00:00
parent 99d6ce7cfb
commit 8b5e0498c2

View File

@@ -47,7 +47,7 @@ SET ledR OFF
set ledB OFF
'Main routine
Loop:
Main:
'Read temperature
'temp=ReadAD(ADC2)
temp=ReadAD(PTH)
@@ -75,4 +75,4 @@ Loop:
Wait 100 ms
'Jump back to the start of the program
goto Loop
goto Main