add a translation layer for sub-GHz SPI comms, enabling the radio works now

This commit is contained in:
2026-02-25 14:56:42 +01:00
parent 2adface93b
commit 3efbbf8095
4 changed files with 72 additions and 13 deletions

1
Cargo.lock generated
View File

@@ -773,6 +773,7 @@ dependencies = [
"embassy-sync",
"embassy-time",
"embedded-hal 1.0.0",
"embedded-hal-async",
"embedded-storage",
"heapless 0.9.2",
"panic-probe",