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

View File

@@ -16,6 +16,7 @@ defmt-rtt = "1.1.0"
cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
cortex-m-rt = "0.7.0"
embedded-hal = "1.0.0"
embedded-hal-async = "1.0.0"
embedded-storage = "0.3.1"
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
heapless = { version = "0.9", default-features = false }