samples: change simpleblinker to match docs

This commit is contained in:
Karan Misra 2014-04-24 03:03:02 +05:30
parent 7bbad67d14
commit ce4fab41da
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
func main() {
for {
embd.LEDToggle(0)
embd.LEDToggle("LED0")
time.Sleep(250 * time.Millisecond)
}
}