@@ -0,0 +1,16 @@
duration1 = 300 --> en ms
duration2 = 1000 --> en ms
function LED1 ()
print("led1")
end
function LED2 ()
print("led2")
tmr.alarm(1, duration1, tmr.ALARM_AUTO, LED1)
--tmr.alarm(2, duration2, tmr.ALARM_AUTO, LED2)
The note is not visible to the blocked user.