Adding initial working project, ported from pico-thermo
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user