Initial working project

This commit is contained in:
2026-09-09 16:35:17 -04:00
parent 94fc6fb47e
commit df09606a2d
7 changed files with 453 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
module git.metauinx.net/BitGoblin/pico-clock
go 1.25.2
require (
github.com/soypat/cyw43439 v0.1.1
github.com/soypat/lneto v0.3.2
tinygo.org/x/drivers v0.36.0
tinygo.org/x/tinyfont v0.7.0
)
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
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
)