|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
LoRa codec + SX127x driver - implementation. More...
#include "services/radio/lora/lora.h"Go to the source code of this file.
LoRa codec + SX127x driver - implementation.
The codec is the RadioHead 4-byte header. The driver speaks the SX1276/77/78/79 LoRa register protocol (datasheet register map below) through the caller's register-access bus, so the sequence is host-testable with a mock register file and portable across SPI peripherals. The RF link itself needs the module.
Definition in file lora.cpp.