1 #if !defined(_RADIOLIB_SX1261_H) 2 #define _RADIOLIB_SX1261_H 4 #include "../../TypeDef.h" 6 #if !defined(RADIOLIB_EXCLUDE_SX126X) 8 #include "../../Module.h" 13 #define SX126X_PA_CONFIG_SX1261 0x01 38 #ifndef RADIOLIB_GODMODE Derived class for SX1261 modules.
Definition: SX1261.h:20
SX1261(Module *mod)
Default constructor.
Definition: SX1261.cpp:4
Derived class for SX1262 modules.
Definition: SX1262.h:19
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
int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -17 to 14 dBm.
Definition: SX1261.cpp:8