refractor into proper driver with abstractions and Radio struct, LoRa TX and RX working

This commit is contained in:
2026-02-26 00:14:05 +01:00
parent bac6567fe3
commit 15d13bdad7
9 changed files with 1472 additions and 136 deletions

View File

@@ -5,4 +5,4 @@ runner = "probe-rs run --chip STM32WLE5JC"
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"
DEFMT_LOG = "debug"