modulepackage
0.0.0-20160912024957-a6de66e7e470
Repository: https://github.com/davecheney/gpio.git
Documentation: pkg.go.dev
# 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.
# Functions
OpenPin exports the pin, creating the virtual files necessary for interacting with the pin.
# Interfaces
Pin represents a GPIO pin.