1
0
mirror of https://github.com/kidoman/embd synced 2024-06-01 08:38:05 +02:00

Changed keypad sample code to import the package from interface

This commit is contained in:
Kunal Powar 2014-01-03 15:43:25 +05:30
parent a48544dcf7
commit e92e4e3026

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"time" "time"
"github.com/kid0m4n/go-rpi/sensor/keypad/matrix4x3" "github.com/kid0m4n/go-rpi/interface/keypad/matrix4x3"
) )
func main() { func main() {