diff --git a/_s_x1262_8h_source.html b/_s_x1262_8h_source.html
index 9561c941..c77d83da 100644
--- a/_s_x1262_8h_source.html
+++ b/_s_x1262_8h_source.html
@@ -126,7 +126,7 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
63 virtual 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);
- 78 int16_t
beginLRFHSS(
float freq = 434.0, uint8_t bw = RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr = RADIOLIB_SX126X_LR_FHSS_CR_2_3,
bool narrowGrid =
true, int8_t power = 10,
float tcxoVoltage = 1.6,
bool useRegulatorLDO =
false);
+ 78 virtual int16_t
beginLRFHSS(
float freq = 434.0, uint8_t bw = RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr = RADIOLIB_SX126X_LR_FHSS_CR_2_3,
bool narrowGrid =
true, int8_t power = 10,
float tcxoVoltage = 1.6,
bool useRegulatorLDO =
false);
@@ -158,7 +158,7 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
int16_t setModem(ModemType_t modem) override
Set modem for the radio to use. Will perform full reset and reconfigure the radio using its default p...
Definition SX1262.cpp:117
virtual 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 SX1262.cpp:10
virtual int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow ove...
Definition SX1262.cpp:87
-int16_t beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LR-FHSS modem. This modem only supports transmission!
Definition SX1262.cpp:52
+virtual int16_t beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LR-FHSS modem. This modem only supports transmission!
Definition SX1262.cpp:52
Base class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from thi...
Definition SX126x.h:475
diff --git a/class_l_l_c_c68-members.html b/class_l_l_c_c68-members.html
index 0825e922..9913e5d3 100644
--- a/class_l_l_c_c68-members.html
+++ b/class_l_l_c_c68-members.html
@@ -102,7 +102,7 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
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) | LLCC68 | virtual |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
- beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | LLCC68 | |
+ beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | LLCC68 | virtual |
SX126x::beginLRFHSS(uint8_t bw, uint8_t cr, bool narrowGrid, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImage(float freq) | SX126x | |
diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html
index e54a2abe..755f1087 100644
--- a/class_l_l_c_c68.html
+++ b/class_l_l_c_c68.html
@@ -146,9 +146,6 @@ Public Member Functions
| SX1262 (Module *mod) |
| Default constructor.
|
|
-int16_t | beginLRFHSS (float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
- | Initialization method for LR-FHSS modem. This modem only supports transmission!
|
- |
int16_t | setFrequency (float freq) override |
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. Will automatically perform image calibration if the frequency changes by more than RADIOLIB_SX126X_CAL_IMG_FREQ_TRIG MHz.
|
|
@@ -751,6 +748,9 @@ bool standbyXOSC | <
+
+
+
int16_t LLCC68::beginLRFHSS |
@@ -800,6 +800,11 @@ bool standbyXOSC | <
| |
+ |
+
+virtual |
+
+
Initialization method for LR-FHSS modem. This modem only supports transmission!
@@ -817,6 +822,8 @@ bool
standbyXOSC | <
- Returns
- Status Codes
+
Reimplemented from SX1262.
+
diff --git a/class_s_t_m32_w_lx-members.html b/class_s_t_m32_w_lx-members.html
index 85827c6a..9c05c503 100644
--- a/class_s_t_m32_w_lx-members.html
+++ b/class_s_t_m32_w_lx-members.html
@@ -102,7 +102,7 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi
SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
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) override | STM32WLx | virtual |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
- beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | |
+ beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | virtual |
SX126x::beginLRFHSS(uint8_t bw, uint8_t cr, bool narrowGrid, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImage(float freq) | SX126x | |
diff --git a/class_s_t_m32_w_lx.html b/class_s_t_m32_w_lx.html
index 64b6e62a..3a209df7 100644
--- a/class_s_t_m32_w_lx.html
+++ b/class_s_t_m32_w_lx.html
@@ -173,7 +173,7 @@ Public Member Functions
| SX1262 (Module *mod) |
| Default constructor.
|
|
-int16_t | beginLRFHSS (float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
+virtual int16_t | beginLRFHSS (float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for LR-FHSS modem. This modem only supports transmission!
|
|
int16_t | setFrequency (float freq) override |
diff --git a/class_s_x1261-members.html b/class_s_x1261-members.html
index cd3787e3..4f7880ba 100644
--- a/class_s_x1261-members.html
+++ b/class_s_x1261-members.html
@@ -102,7 +102,7 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable
SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
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) | SX1262 | virtual |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
- beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | |
+ beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | virtual |
SX126x::beginLRFHSS(uint8_t bw, uint8_t cr, bool narrowGrid, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImage(float freq) | SX126x | |
diff --git a/class_s_x1261.html b/class_s_x1261.html
index 06a18ee3..79633296 100644
--- a/class_s_x1261.html
+++ b/class_s_x1261.html
@@ -134,7 +134,7 @@ Public Member Functions
virtual 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.
|
|
-int16_t | beginLRFHSS (float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
+virtual int16_t | beginLRFHSS (float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for LR-FHSS modem. This modem only supports transmission!
|
|
int16_t | setFrequency (float freq) override |
diff --git a/class_s_x1262-members.html b/class_s_x1262-members.html
index e612539f..e09a7508 100644
--- a/class_s_x1262-members.html
+++ b/class_s_x1262-members.html
@@ -102,7 +102,7 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
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) | SX1262 | virtual |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
- beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | |
+ beginLRFHSS(float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | virtual |
SX126x::beginLRFHSS(uint8_t bw, uint8_t cr, bool narrowGrid, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImage(float freq) | SX126x | |
diff --git a/class_s_x1262.html b/class_s_x1262.html
index 1b6a730a..a5136a6d 100644
--- a/class_s_x1262.html
+++ b/class_s_x1262.html
@@ -126,7 +126,7 @@ Public Member Functions
virtual 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.
|
|
-int16_t | beginLRFHSS (float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
+virtual int16_t | beginLRFHSS (float freq=434.0, uint8_t bw=RADIOLIB_SX126X_LR_FHSS_BW_722_66, uint8_t cr=RADIOLIB_SX126X_LR_FHSS_CR_2_3, bool narrowGrid=true, int8_t power=10, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for LR-FHSS modem. This modem only supports transmission!
|
|
int16_t | setFrequency (float freq) override |
@@ -737,6 +737,9 @@ bool standbyXOSC | <
+
+
+
int16_t SX1262::beginLRFHSS |
@@ -786,6 +789,11 @@ bool standbyXOSC | <
| |
+ |
+
+virtual |
+
+
Initialization method for LR-FHSS modem. This modem only supports transmission!
@@ -803,6 +811,8 @@ bool
standbyXOSC | <
- Returns
- Status Codes
+
Reimplemented in LLCC68.
+