Mise en prod et ajouté des photos

This commit is contained in:
Christian Zufferey
2020-06-25 20:33:48 +02:00
parent 3220d39d7d
commit 4e859cc17e
7 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
-- Petit script pour faire office de crontab pour les mesures
print("\n 0_cron.lua zf200625.1159 \n")
print("\n 0_cron.lua zf200625.1352 \n")
cron1=tmr.create()
cron1:alarm(2.5*1000, tmr.ALARM_AUTO, function()
cron1:alarm(5*1000, tmr.ALARM_AUTO, function()
-- if verbose then print("cron1........................") end
-- if verbose then gpio.write(zLED, gpio.LOW) tmr.delay(10000) gpio.write(zLED, gpio.HIGH) end

View File

@@ -1,9 +1,10 @@
-- Mesure la distance avec le module ultra-son de 15cm à 2m
-- Attention le module à ultra-son doit être alimenté en 5V !
print("\n 0_ultra_son.lua zf200624.2011 \n")
print("\n 0_ultra_son.lua zf200624.1551 \n")
speed_air=382
zlength=0
--Paramètres pour le module ultra son
local ztrig=5

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB