- totalement remanié la structure de mon dépôt, cela commençait à être trop le foutoire ;-(

This commit is contained in:
Christian Zufferey
2018-11-18 10:36:16 +01:00
parent 3bfc2949d2
commit b2b632a6cd
61 changed files with 56 additions and 1214 deletions

16
Timer/tmr2.lua Normal file
View File

@@ -0,0 +1,16 @@
duration1 = 300 --> en ms
duration2 = 1000 --> en ms
function LED1 ()
print("led1")
end
function LED2 ()
print("led2")
end
tmr.alarm(1, duration1, tmr.ALARM_AUTO, LED1)
--tmr.alarm(2, duration2, tmr.ALARM_AUTO, LED2)