diff options
author | Lars Hoogestraat <lars@hoogi.eu> | 2020-05-08 00:55:57 +0200 |
---|---|---|
committer | Lars Hoogestraat <lars@hoogi.eu> | 2020-05-08 00:55:57 +0200 |
commit | 57db562e9fcda37de28b1af94afb6ce6a63b31f0 (patch) | |
tree | 5888ed4f9e4d5b91ddfbff52e8e78dfefcb1093b /go.mod | |
parent | d56e59847c3aed073c3cb26225e00ad21e654e5d (diff) |
added switch led on when motion is detected
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module git.hoogi.eu/nistkasten + +go 1.14 + +require gobot.io/x/gobot v1.14.0 |