summaryrefslogtreecommitdiff
path: root/temt6000.lua
blob: 511e5aae7bcceb1264fdc383c05727aed5e73b35 (plain)
1
2
3
4
5
6
7
local temt6000 = {}

function temt6000.read()
	return adc.read(0)
end

return temt6000