🔌 Raspberry Pi GPIO library for go-lang
Go to file
Stian Eikeland cc2855b1d8 Basic functionality working
Added support for:
- pin mode
- write
- read
2013-07-30 16:06:02 +02:00
.gitignore Initial commit 2013-07-29 20:58:34 -07:00
LICENSE Initial commit 2013-07-29 20:58:34 -07:00
README.md Started on rpi gpio library 2013-07-30 06:10:01 +02:00
rpio.go Basic functionality working 2013-07-30 16:06:02 +02:00

go-rpio

Raspberry Pi GPIO library for go-lang with limited functionality Native, no c libraries needed.

Work in progress