Skip to content

Commit 0e30128

Browse files
authored
Merge pull request #1 from kkallday/master
Use gpio/driver package from goiot/exp repo
2 parents c0775be + 26b301c commit 0e30128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grovepi/grovepi.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
"time"
77

8-
gpiodriver "golang.org/x/exp/io/gpio/driver"
8+
gpiodriver "github.com/goiot/exp/gpio/driver"
99
"golang.org/x/exp/io/i2c"
1010
"golang.org/x/exp/io/i2c/driver"
1111
)

0 commit comments

Comments
 (0)