This commit is contained in:
Arti Zirk
2022-04-02 21:14:21 +03:00
commit ffa2fc96d7
7 changed files with 136 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# GoDoor
[kdoorpi](https://git.k-space.ee/arti/kdoorpi) but in Go
Uses Go native [libgpiod](https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/)
library to access the gpio pins in cross platform way.
# Cross compile
GOOS=linux GOARCH=arm64 go build
# Test deploy
scp godoor rpi4b: