Init
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal 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:
|
||||
Reference in New Issue
Block a user