mirror of
https://github.com/kidoman/embd
synced 2024-12-21 20:30:05 +01:00
samples: change simpleblinker to match docs
This commit is contained in:
parent
7bbad67d14
commit
ce4fab41da
@ -14,7 +14,7 @@ import (
|
||||
|
||||
func main() {
|
||||
for {
|
||||
embd.LEDToggle(0)
|
||||
embd.LEDToggle("LED0")
|
||||
time.Sleep(250 * time.Millisecond)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user