Initial commit: GPIO monitoring server

This commit is contained in:
Maxim
2026-04-30 22:06:05 +03:00
commit 3b2a257c2b
8 changed files with 382 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module gpio-monitor
go 1.21