We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0775be + 26b301c commit 0e30128Copy full SHA for 0e30128
grovepi/grovepi.go
@@ -5,7 +5,7 @@ import (
5
"strings"
6
"time"
7
8
- gpiodriver "golang.org/x/exp/io/gpio/driver"
+ gpiodriver "github.com/goiot/exp/gpio/driver"
9
"golang.org/x/exp/io/i2c"
10
"golang.org/x/exp/io/i2c/driver"
11
)
0 commit comments