1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 03:47:33 +02:00

doc: cleanup

also, change the code in simpleblinker.go to match the docs
This commit is contained in:
Karan Misra 2014-04-13 14:02:15 +05:30
parent 7c51f968af
commit 94e2ca4ae3
2 changed files with 10 additions and 6 deletions

View file

@ -9,7 +9,7 @@ import (
"time"
"github.com/kidoman/embd"
_ "github.com/kidoman/embd/host/rpi"
_ "github.com/kidoman/embd/host/rpi" // This loads the RPi driver
)
func main() {