From 83e3b2e12085c88a40749e05d9869b46f0747d0a Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 16 Jul 2023 13:51:16 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2076ac7?= =?UTF-8?q?d3dad557b1094fe0b82046e90bc914f1376=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_t_m32_w_lx_8h_source.html | 48 ++++++++++++++++++------------------ class_s_t_m32_w_lx.html | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/_s_t_m32_w_lx_8h_source.html b/_s_t_m32_w_lx_8h_source.html index 12b0767b..573d077d 100644 --- a/_s_t_m32_w_lx_8h_source.html +++ b/_s_t_m32_w_lx_8h_source.html @@ -127,28 +127,28 @@ $(document).ready(function(){initNavTree('_s_t_m32_w_lx_8h_source.html',''); ini
75 
76  // configuration methods
77 
-
91  virtual int16_t setOutputPower(int8_t power) override;
-
92 
-
108  // Note: This explicitly inherits this method only to override docs
-
109  using SX126x::setRfSwitchTable;
-
110 
-
115  void setDio1Action(void (*func)(void));
-
116 
-
120  void clearDio1Action();
-
121 
-
122 #if !defined(RADIOLIB_GODMODE)
-
123  protected:
-
124 #endif
-
125  virtual int16_t clearIrqStatus(uint16_t clearIrqParams) override;
-
126 
-
127 #if !defined(RADIOLIB_GODMODE)
-
128  private:
-
129 #endif
-
130 };
-
131 
-
132 #endif // !defined(RADIOLIB_EXCLUDE_SX126X)
-
133 
-
134 #endif // _RADIOLIB_STM32WLX_MODULE_H
+
92  virtual int16_t setOutputPower(int8_t power) override;
+
93 
+
109  // Note: This explicitly inherits this method only to override docs
+
110  using SX126x::setRfSwitchTable;
+
111 
+
116  void setDio1Action(void (*func)(void));
+
117 
+
121  void clearDio1Action();
+
122 
+
123 #if !defined(RADIOLIB_GODMODE)
+
124  protected:
+
125 #endif
+
126  virtual int16_t clearIrqStatus(uint16_t clearIrqParams) override;
+
127 
+
128 #if !defined(RADIOLIB_GODMODE)
+
129  private:
+
130 #endif
+
131 };
+
132 
+
133 #endif // !defined(RADIOLIB_EXCLUDE_SX126X)
+
134 
+
135 #endif // _RADIOLIB_STM32WLX_MODULE_H
@ MODE_TX
Definition: Module.h:71
@ MODE_IDLE
Definition: Module.h:67
@ MODE_RX
Definition: Module.h:69
@@ -156,8 +156,8 @@ $(document).ready(function(){initNavTree('_s_t_m32_w_lx_8h_source.html',''); ini
Definition: STM32WLx_Module.h:26
Derived class for STM32WL modules.
Definition: STM32WLx.h:33
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t power=10, uint16_t preambleLength=8, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: STM32WLx.cpp:13
-
void clearDio1Action()
Clears interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:98
-
void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:88
+
void clearDio1Action()
Clears interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:125
+
void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:115
virtual int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 22 dBm.
Definition: STM32WLx.cpp:41
STM32WLx(STM32WLx_Module *mod)
Default constructor.
Definition: STM32WLx.cpp:11
OpMode_t
Custom operation modes for STMWLx.
Definition: STM32WLx.h:51
diff --git a/class_s_t_m32_w_lx.html b/class_s_t_m32_w_lx.html index b417e45e..935507a7 100644 --- a/class_s_t_m32_w_lx.html +++ b/class_s_t_m32_w_lx.html @@ -752,7 +752,7 @@ bool setRfSwitchTable()), HP is used, which supports -9 to +22dBm.

+

LP is preferred and supports -17 to +14dBm. When a higher power is requested (or the LP amplifier is marked as unavailable using setRfSwitchTable()), HP is used, which supports -9 to +22dBm. If the LP is marked as unavailable, HP output will be used instead.

Parameters
powerOutput power to be set in dBm.