diff --git a/_s_x1261_8h_source.html b/_s_x1261_8h_source.html index 1373819e..2bc0f7e3 100644 --- a/_s_x1261_8h_source.html +++ b/_s_x1261_8h_source.html @@ -124,7 +124,7 @@ $(document).ready(function(){initNavTree('_s_x1261_8h_source.html',''); initResi
SX1261
Derived class for SX1261 modules.
Definition: SX1261.h:22
SX1261::setOutputPower
int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 14 dBm.
Definition: SX1261.cpp:8
SX1261::SX1261
SX1261(Module *mod)
Default constructor.
Definition: SX1261.cpp:4
-
SX1261::checkOutputPower
int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX1261.cpp:30
+
SX1261::checkOutputPower
int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX1261.cpp:38
SX1262
Derived class for SX1262 modules.
Definition: SX1262.h:22