Raspberry Pi based door controller software
Go to file
Arti Zirk ffa2fc96d7 Init 2022-04-02 21:14:21 +03:00
.gitignore Init 2022-04-02 21:14:21 +03:00
LICENSE Init 2022-04-02 21:14:21 +03:00
README.md Init 2022-04-02 21:14:21 +03:00
build.sh Init 2022-04-02 21:14:21 +03:00
go.mod Init 2022-04-02 21:14:21 +03:00
go.sum Init 2022-04-02 21:14:21 +03:00
godoor.go Init 2022-04-02 21:14:21 +03:00

README.md

GoDoor

kdoorpi but in Go

Uses Go native libgpiod library to access the gpio pins in cross platform way.

Cross compile

GOOS=linux GOARCH=arm64 go build

Test deploy

scp godoor rpi4b: