печать надо поставить перед расчетом СО2Посмотреть вложение 6963Код:local pin, h, l, co2, TRIGGER_ON, tt = 1, 0, 0, 0, "both", 0 local function mh19Begin(level) local tt = tmr.now()/1000; if level == 1 then co2 = 5000 * (l-h- 2) / (tt-h - 4); h=tt; print("co2", co2) else l = tt; print("tt", tt) print("h", h) print("l", l) print("h+l", h+l) end end gpio.mode(pin,gpio.INT) gpio.trig(pin, TRIGGER_ON, mh19Begin)
и выведите в печать l-h и tt-h