Loading temt6000.lua +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ local temt6000 = {} function temt6000.read() local raw = adc.read(0) if raw < 70 then return raw return raw, raw end if raw == 1024 then return 2500, raw Loading Loading
temt6000.lua +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ local temt6000 = {} function temt6000.read() local raw = adc.read(0) if raw < 70 then return raw return raw, raw end if raw == 1024 then return 2500, raw Loading