diff options
Diffstat (limited to 'temt6000.lua')
-rw-r--r-- | temt6000.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/temt6000.lua b/temt6000.lua index 472148c..69c7110 100644 --- a/temt6000.lua +++ b/temt6000.lua @@ -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 |