Commit 2f980c36 authored by zeroday's avatar zeroday
Browse files

Merge pull request #24 from follower/patch-1

Fix LED blink example so it works
parents 85439561 d76b5e93
......@@ -124,7 +124,7 @@ braudrate:9600
####And blink it
```lua
lighton=0
tmr.alarm(1000,1,function()
tmr.alarm(1,1000,1,function()
if lighton==0 then
lighton=1
led(512,512,512)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment