godoor/README.md

15 lines
308 B
Markdown
Raw Normal View History

2022-04-02 18:14:21 +00:00
# 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: