1 #if !defined(_RADIOLIB_SX1281_H) 2 #define _RADIOLIB_SX1281_H 4 #include "../../TypeDef.h" 6 #if !defined(RADIOLIB_EXCLUDE_SX128X) 8 #include "../../Module.h" 25 #ifndef RADIOLIB_GODMODE Derived class for SX1281 modules.
Definition: SX1281.h:16
SX1281(Module *mod)
Default constructor.
Definition: SX1281.cpp:4
Implements all common low-level SPI/UART/I2C methods to control the wireless module. Every module class contains one private instance of this class.
Definition: Module.h:17
Base class for SX128x series. All derived classes for SX128x (e.g. SX1280 or SX1281) inherit from thi...
Definition: SX128x.h:339