|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
LoRa codec + SX127x driver - implementation. More...
#include "services/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.