1
0
mirror of https://github.com/kidoman/embd synced 2024-06-07 19:47:48 +02:00

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

View File

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