Split out hhio
This commit is contained in:
11
hhio/init.go
Normal file
11
hhio/init.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package hhio
|
||||
|
||||
import "github.com/stianeikeland/go-rpio/v4"
|
||||
|
||||
func Open() error {
|
||||
return rpio.Open()
|
||||
}
|
||||
|
||||
func Close() {
|
||||
rpio.Close()
|
||||
}
|
||||
Reference in New Issue
Block a user