Ajouté des images pour mon psychromètre

This commit is contained in:
Christian Zufferey
2019-12-02 23:54:35 +01:00
parent 9d80bfed26
commit 4ad8719e61
4 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
-- programme pour faire un test depuis de le webide
function a2()
print("\n a2.lua zf190617.1128 \n")
print("\n a2.lua zf191202.2324 \n")
end
@@ -20,7 +20,7 @@ ds18b20.setup(ow_pin)
print("toto182538")
ztemp1=0 ztemp2=0 ztemp3=0
-- ztemp1=0 ztemp2=0 ztemp3=0
-- read all sensors and print all measurement results
ds18b20.read(
@@ -34,9 +34,10 @@ ds18b20.read(
elseif ind == 3 then
ztemp3 = temp
--C'est la fin de lecture, on envoie les mesures à ThingSpeak
print(ztemp1,ztemp2,ztemp3)
disp_send()
end
print(ztemp1,ztemp2,ztemp2-ztemp1)
-- disp_send()
-- end
end,{})
print("tutu152603")

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB