- Notifications
You must be signed in to change notification settings - Fork35
Go·Hardware·Lean - Host drivers
License
NotificationsYou must be signed in to change notification settings
periph/host
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Documentation is athttps://periph.io
Join us for a chat ongophers.slack.com/messages/periph,get aninvite here.
Blink a LED:
package mainimport ("time""periph.io/x/conn/v3/gpio""periph.io/x/host/v3""periph.io/x/host/v3/rpi")funcmain() {host.Init()t:=time.NewTicker(500*time.Millisecond)forl:=gpio.Low; ;l=!l {rpi.P1_33.Out(l)<-t.C }}
Curious? Look atsupported devices for moreexamples!
periph
was initiated with ❤️️ and passion byMarc-AntoineRuel. The full list of contributors is inAUTHORS andCONTRIBUTORS.
About
Go·Hardware·Lean - Host drivers