DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
lora.cpp File Reference

LoRa codec + SX127x driver - implementation. More...

Go to the source code of this file.

Detailed Description

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.