mirror of
https://github.com/kidoman/embd
synced 2025-07-03 03:47:33 +02:00
Changed keypad sample code to import the package from interface
This commit is contained in:
parent
a48544dcf7
commit
e92e4e3026
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/kid0m4n/go-rpi/sensor/keypad/matrix4x3"
|
||||
"github.com/kid0m4n/go-rpi/interface/keypad/matrix4x3"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue