Categorygithub.com/davecheney/gpio
repositorypackage
0.0.0-20160912024957-a6de66e7e470
Repository: https://github.com/davecheney/gpio.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
package rpi provides a GPIO implementation customised for the RPi.

# README

gpio

THIS PROJECT IS NO LONGER ACCEPTING ISSUES OR PULL REQUESTS

GPIO for Go

testing

Please run the 'blink' example found under examples/blink. Proper tests will be added soon.

alternatives

https://github.com/mrmorphic/hwio is another project aiming to expose the hardware capabilities of embedded systems via Go.