Adding initial working project, ported from pico-thermo

This commit is contained in:
2026-09-06 23:26:11 -04:00
parent 40d5f89245
commit 12959be182
6 changed files with 642 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
module git.metaunix.net/gballan/pico-weather
go 1.25.2
require (
github.com/soypat/cyw43439 v0.1.1
github.com/soypat/lneto v0.3.2
)
require (
github.com/soypat/seqs v0.0.0-20250124201400-0d65bc7c1710 // indirect
github.com/tinygo-org/pio v0.3.0 // indirect
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
)