1
0
mirror of https://github.com/kidoman/embd synced 2024-06-01 00:28:06 +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() { func main() {
for { for {
embd.LEDToggle(0) embd.LEDToggle("LED0")
time.Sleep(250 * time.Millisecond) time.Sleep(250 * time.Millisecond)
} }
} }