NodeMCU Projects: Difference between revisions

Content added Content deleted
No edit summary
Line 52:
print(ds.read_temp(rom))
temp = ds.read_temp(rom)
srv = translate(temp, 20, 35, 40115, 11540)
print(int(srv))
if (temp>=20) & (temp<=35):