7 lines
161 B
Go
7 lines
161 B
Go
|
/*
|
||
|
Package sysfs provides generic access to linux gpio.
|
||
|
|
||
|
It is intended to be used while implementing support for a single board linux computer
|
||
|
*/
|
||
|
package sysfs
|