basic sx128x example for lilygo t3s3

This commit is contained in:
Joel Wetzell
2026-04-22 12:16:29 -05:00
parent e989c38eba
commit 876bafaa7c
3 changed files with 301 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
module lilygot3s3
go 1.26.2
require (
github.com/jwetzell/osc-go v0.3.0
tinygo.org/x/drivers v0.35.0
)
require github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
replace tinygo.org/x/drivers => /Users/jwetzell/Projects/drivers