Initial commit

This commit is contained in:
Ian Gulliver
2022-09-24 16:29:26 -07:00
parent f937fae62c
commit 65788a6620
6 changed files with 176 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/firestuff/hh
go 1.18
require github.com/stianeikeland/go-rpio/v4 v4.6.0