|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
SX1262 radio driver for IO-Homecontrol. More...
Go to the source code of this file.
Classes | |
| class | esphome::home_io_control::RadioSX1262 |
| SX1262 implementation of RadioDriver. More... | |
Namespaces | |
| namespace | esphome |
| namespace | esphome::home_io_control |
SX1262 radio driver for IO-Homecontrol.
Implements the RadioDriver interface for the Semtech SX1262 transceiver. Unlike the SX1276, the SX1262 uses opcode-based SPI commands and requires a BUSY pin check before every SPI transaction. The capture path preserves the radio-reported RX metadata so offline analysis can work from trustworthy data. The IRQ-driven RX/TX orchestration this driver shares with RadioLR1121 lives in SoftPhyDriverBase (see radio_soft_phy_driver_base.h) โ this file has the SX1262-specific SPI transport and register/opcode encoding underneath it.
Definition in file radio_sx1262.h.