{"repo":"periph/host","free":true,"listed":false,"github":"https://github.com/periph/host","clone":"git clone https://github.com/periph/host.git","description":"Go·Hardware·Lean - Host drivers","language":"Go","stars":73,"topics":["1-wire","apa102","beaglebone","bme280","bmp180","bmp280","chip","ds18b20","ds2482","golang"],"license":"Apache-2.0","category":"self-hosted-apps","readme_excerpt":"periph - Peripherals I/O in Go Documentation is at https://periph.io Join us for a chat on gophers.slack.com/messages/periph, get an invite here. Example Blink a LED: go package main import ( \"time\" \"periph.io/x/conn/v3/gpio\" \"periph.io/x/host/v3\" \"periph.io/x/host/v3/rpi\" ) func main() { host.Init() t := time.NewTicker(500 time.Millisecond) for l := gpio.Low; ; l = !l { rpi.P1 33.Out(l) <-t.C } } Curious? Look at supported devices for more examples! Authors periph was initiated with ❤️️ and passion by Marc-Antoine Ruel. The full list of contributors is in AUTHORS and CONTRIBUTORS.","default_branch":null,"files":null,"tree":[],"storefront":"/r/periph","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/periph/host/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}