|
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.
Definition in file radio_sx1262.h.