From ced8c87a9fa62c2334778208e9638e16f5145245 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 31 Oct 2022 19:17:54 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20df7d1?= =?UTF-8?q?a99fe3638595776781e17d8ea0f1b9aab54=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x1262_8h_source.html | 24 ++++++++++++------------ class_l_l_c_c68-members.html | 2 +- class_l_l_c_c68.html | 4 ++-- class_s_x1261-members.html | 2 +- class_s_x1261.html | 13 ++++++++++--- class_s_x1262-members.html | 2 +- class_s_x1262.html | 16 +++++++++++++--- 7 files changed, 40 insertions(+), 23 deletions(-) diff --git a/_s_x1262_8h_source.html b/_s_x1262_8h_source.html index b037c1a2..242467ab 100644 --- a/_s_x1262_8h_source.html +++ b/_s_x1262_8h_source.html @@ -115,17 +115,17 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
86 
96  int16_t setFrequency(float freq, bool calibrate);
97 
-
105  int16_t setOutputPower(int8_t power);
-
106 
-
107 #if !defined(RADIOLIB_GODMODE)
-
108  private:
-
109 #endif
-
110 
-
111 };
-
112 
-
113 #endif
-
114 
-
115 #endif
+
106  virtual int16_t setOutputPower(int8_t power);
+
107 
+
108 #if !defined(RADIOLIB_GODMODE)
+
109  private:
+
110 #endif
+
111 
+
112 };
+
113 
+
114 #endif
+
115 
+
116 #endif
SX1262(Module *mod)
Default constructor.
Definition: SX1262.cpp:4
@@ -133,7 +133,7 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz.
Definition: SX1262.cpp:50
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:16
int16_t beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: SX1262.cpp:32
-
int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -17 to 22 dBm.
Definition: SX1262.cpp:84
+
virtual int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -17 to 22 dBm. This method is virtual to allow ov...
Definition: SX1262.cpp:84
Derived class for SX1262 modules.
Definition: SX1262.h:19
Base class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from thi...
Definition: SX126x.h:362
diff --git a/class_l_l_c_c68-members.html b/class_l_l_c_c68-members.html index 09daae87..2724a2c1 100644 --- a/class_l_l_c_c68-members.html +++ b/class_l_l_c_c68-members.html @@ -150,7 +150,7 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab setFrequency(float freq, bool calibrate)SX1262 setFrequencyDeviation(float freqDev) overrideSX126xvirtual setNodeAddress(uint8_t nodeAddr)SX126x - setOutputPower(int8_t power)SX1262 + setOutputPower(int8_t power)SX1262virtual setPreambleLength(uint16_t preambleLength)SX126x setRegulatorDCDC()SX126x setRegulatorLDO()SX126x diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html index 28a70c87..cd4eb88d 100644 --- a/class_l_l_c_c68.html +++ b/class_l_l_c_c68.html @@ -136,8 +136,8 @@ Public Member Functions int16_t setFrequency (float freq, bool calibrate)  Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
  -int16_t setOutputPower (int8_t power) - Sets output power. Allowed values are in range from -17 to 22 dBm. More...
+virtual int16_t setOutputPower (int8_t power) + Sets output power. Allowed values are in range from -17 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
  - Public Member Functions inherited from SX126x  SX126x (Module *mod) diff --git a/class_s_x1261-members.html b/class_s_x1261-members.html index 64656b51..2571ed95 100644 --- a/class_s_x1261-members.html +++ b/class_s_x1261-members.html @@ -149,7 +149,7 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable setFrequency(float freq, bool calibrate)SX1262 setFrequencyDeviation(float freqDev) overrideSX126xvirtual setNodeAddress(uint8_t nodeAddr)SX126x - setOutputPower(int8_t power)SX1261 + setOutputPower(int8_t power)SX1261virtual setPreambleLength(uint16_t preambleLength)SX126x setRegulatorDCDC()SX126x setRegulatorLDO()SX126x diff --git a/class_s_x1261.html b/class_s_x1261.html index a0b4e9d7..5926bd0f 100644 --- a/class_s_x1261.html +++ b/class_s_x1261.html @@ -130,9 +130,6 @@ Public Member Functions int16_t setFrequency (float freq, bool calibrate)  Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
  -int16_t setOutputPower (int8_t power) - Sets output power. Allowed values are in range from -17 to 22 dBm. More...
- Public Member Functions inherited from SX126x  SX126x (Module *mod)  Default constructor. More...
@@ -449,6 +446,9 @@ void 
+ + + - + diff --git a/class_s_x1262.html b/class_s_x1262.html index 515fb508..87f16733 100644 --- a/class_s_x1262.html +++ b/class_s_x1262.html @@ -124,8 +124,8 @@ Public Member Functions - - + + @@ -689,6 +689,9 @@ void 
@@ -458,6 +458,11 @@ void  + +
int16_t SX1261::setOutputPower +virtual

Sets output power. Allowed values are in range from -17 to 14 dBm.

@@ -470,6 +475,8 @@ void 
Returns
Status Codes
Todo:
power ramp time configuration
+

Reimplemented from SX1262.

+
The documentation for this class was generated from the following files:
    diff --git a/class_s_x1262-members.html b/class_s_x1262-members.html index e077d7c3..5b9d9ffb 100644 --- a/class_s_x1262-members.html +++ b/class_s_x1262-members.html @@ -149,7 +149,7 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
setFrequency(float freq, bool calibrate)SX1262
setFrequencyDeviation(float freqDev) overrideSX126xvirtual
setNodeAddress(uint8_t nodeAddr)SX126x
setOutputPower(int8_t power)SX1262
setOutputPower(int8_t power)SX1262virtual
setPreambleLength(uint16_t preambleLength)SX126x
setRegulatorDCDC()SX126x
setRegulatorLDO()SX126x
int16_t setFrequency (float freq, bool calibrate)
 Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
 
int16_t setOutputPower (int8_t power)
 Sets output power. Allowed values are in range from -17 to 22 dBm. More...
virtual int16_t setOutputPower (int8_t power)
 Sets output power. Allowed values are in range from -17 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
 
- Public Member Functions inherited from SX126x
 SX126x (Module *mod)
+ + +
@@ -698,9 +701,14 @@ void  + +
int16_t SX1262::setOutputPower +virtual
-

Sets output power. Allowed values are in range from -17 to 22 dBm.

+

Sets output power. Allowed values are in range from -17 to 22 dBm. This method is virtual to allow override from the SX1261 class.

Parameters
@@ -710,6 +718,8 @@ void 
powerOutput power to be set in dBm.
Returns
Status Codes
Todo:
power ramp time configuration
+

Reimplemented in SX1261.

+
The documentation for this class was generated from the following files: