basic working sx126x skeleton

This commit is contained in:
Joel Wetzell
2026-04-19 11:53:36 -05:00
parent 62a2116b60
commit 452669bb7f
3 changed files with 298 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module lilygot3s3sx128x
go 1.26.2
require tinygo.org/x/drivers v0.34.0
require github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
replace tinygo.org/x/drivers => /Users/jwetzell/Projects/drivers