Skip to content
/ gpio Public

A Golang library to control the Raspberry Pi's GPIO interface

License

Notifications You must be signed in to change notification settings

ikester/gpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A Golang library to control the Raspberry Pi's GPIO interface

This is a library for controlling the Raspberry Pi's GPIO pins from Go programs, using the /sys filesystem instead of direct device file access.

How It Works

TBD

Acknowledgements

This project draws inspiration and borrows heavily from the work done by @alexellis on Docker on Raspberry Pis and his Blinkt Go libraries, themselves based on work by @gamaral for using the /sys/ fs interface instead of special libraries or elevated privileges to /dev/mem on the Raspberry Pi.

Requirements

A Raspberry Pi computer. It should work in all models but it's only been tested on the Raspberry Pi 3.

Usage

TBD

License

This library is made available under an MIT-style License. See LICENSE.

About

A Golang library to control the Raspberry Pi's GPIO interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages