diff --git a/_l_l_c_c68_8h_source.html b/_l_l_c_c68_8h_source.html
index f83fc75c..c6626875 100644
--- a/_l_l_c_c68_8h_source.html
+++ b/_l_l_c_c68_8h_source.html
@@ -117,11 +117,11 @@ $(document).ready(function(){initNavTree('_l_l_c_c68_8h_source.html',''); initRe
- 42 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 pwr = 10, uint16_t preambleLength = 8,
float tcxoVoltage = 0,
bool useRegulatorLDO =
false);
+ 42 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 = 0,
bool useRegulatorLDO =
false)
override;
- 58 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);
+ 58 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 = 0,
bool useRegulatorLDO =
false)
override;
- 73 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);
+ 73 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 = 0,
bool useRegulatorLDO =
false)
override;
@@ -146,14 +146,14 @@ $(document).ready(function(){initNavTree('_l_l_c_c68_8h_source.html',''); initRe
Derived class for LLCC68 modules.
Definition LLCC68.h:19
+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=0, bool useRegulatorLDO=false) override
Initialization method for LR-FHSS modem. This modem only supports transmission!
Definition LLCC68.cpp:65
int16_t checkDataRate(DataRate_t dr) override
Check the data rate can be configured by this module.
Definition LLCC68.cpp:142
-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 pwr=10, uint16_t preambleLength=8, float tcxoVoltage=0, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition LLCC68.cpp:9
-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 LLCC68.cpp:40
+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=0, bool useRegulatorLDO=false) override
Initialization method for LoRa modem.
Definition LLCC68.cpp:9
int16_t setDataRate(DataRate_t dr) override
Set data.
Definition LLCC68.cpp:113
int16_t setBandwidth(float bw) override
Sets LoRa bandwidth. Allowed values are 125.0, 250.0 and 500.0 kHz.
Definition LLCC68.cpp:90
-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 LLCC68.cpp:65
int16_t setSpreadingFactor(uint8_t sf) override
Sets LoRa spreading factor. Allowed values range from 5 to 11, depending on currently set spreading f...
Definition LLCC68.cpp:95
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 LLCC68.cpp:176
+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=0, bool useRegulatorLDO=false) override
Initialization method for FSK modem.
Definition LLCC68.cpp:40
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition Module.h:73
Derived class for SX1262 modules.
Definition SX1262.h:22
Common data rate structure.
Definition PhysicalLayer.h:74
diff --git a/class_l_l_c_c68-members.html b/class_l_l_c_c68-members.html
index 9913e5d3..733db199 100644
--- a/class_l_l_c_c68-members.html
+++ b/class_l_l_c_c68-members.html
@@ -98,11 +98,11 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
autoLDRO() | SX126x | |
available() | PhysicalLayer | |
- 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 pwr=10, uint16_t preambleLength=8, float tcxoVoltage=0, bool useRegulatorLDO=false) | LLCC68 | virtual |
+ 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=0, bool useRegulatorLDO=false) override | LLCC68 | virtual |
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 |
+ 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=0, bool useRegulatorLDO=false) override | 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 | virtual |
+ 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=0, bool useRegulatorLDO=false) override | 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 755f1087..bba25f2b 100644
--- a/class_l_l_c_c68.html
+++ b/class_l_l_c_c68.html
@@ -118,15 +118,15 @@ Public Member Functions
| LLCC68 (Module *mod) |
| Default constructor.
|
|
-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 pwr=10, uint16_t preambleLength=8, float tcxoVoltage=0, bool useRegulatorLDO=false) |
- | Initialization method for LoRa modem.
|
- |
-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) |
- | Initialization method for LR-FHSS modem. This modem only supports transmission!
|
- |
+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=0, bool useRegulatorLDO=false) override |
+ | Initialization method for LoRa modem.
|
+ |
+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=0, bool useRegulatorLDO=false) override |
+ | 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=0, bool useRegulatorLDO=false) override |
+ | Initialization method for LR-FHSS modem. This modem only supports transmission!
|
+ |
int16_t | setBandwidth (float bw) override |
| Sets LoRa bandwidth. Allowed values are 125.0, 250.0 and 500.0 kHz.
|
|
@@ -556,8 +556,8 @@ bool standbyXOSC | <
-
-◆ begin()
+
+◆ begin()
@@ -599,7 +599,7 @@ bool
standbyXOSC | <
|
|
int8_t |
- pwr = 10 , |
+ power = 10 , |
|
@@ -627,7 +627,7 @@ bool standbyXOSC | <
-virtual |
+overridevirtual
@@ -653,8 +653,8 @@ bool
standbyXOSC | <
-
-◆ beginFSK()
+
+◆ beginFSK()
@@ -702,7 +702,7 @@ bool
standbyXOSC | <
|
|
float |
- tcxoVoltage = 1.6 , |
+ tcxoVoltage = 0 , |
|
@@ -718,7 +718,7 @@ bool standbyXOSC | <
-virtual |
+overridevirtual
@@ -732,7 +732,7 @@ bool
standbyXOSC | <
rxBw | Receiver bandwidth in kHz. Defaults to 156.2 kHz. |
power | Output power in dBm. Defaults to 10 dBm. |
preambleLength | FSK preamble length in bits. Defaults to 16 bits. |
-
tcxoVoltage | TCXO reference voltage to be set on DIO3. Defaults to 1.6 V. If you are seeing -706/-707 error codes, it likely means you are using non-0 value for module with XTAL. To use XTAL, either set this value to 0, or set SX126x::XTAL to true. |
+
tcxoVoltage | TCXO reference voltage to be set on DIO3. Defaults to 0 V (XTAL). If you are seeing -706/-707 error codes, it likely means you are using non-0 value for module with XTAL. To use XTAL, either set this value to 0, or set SX126x::XTAL to true. |
useRegulatorLDO | Whether to use only LDO regulator (true) or DC-DC regulator (false). Defaults to false. |
@@ -743,8 +743,8 @@ bool
standbyXOSC | <
-
-◆ beginLRFHSS()
+
+◆ beginLRFHSS()
@@ -786,7 +786,7 @@ bool
standbyXOSC | <
|
|
float |
- tcxoVoltage = 1.6 , |
+ tcxoVoltage = 0 , |
|
@@ -802,7 +802,7 @@ bool standbyXOSC | <
-virtual |
+overridevirtual
@@ -815,7 +815,7 @@ bool
standbyXOSC | <
cr | LR-FHSS coding rate, one of RADIOLIB_SX126X_LR_FHSS_CR_* values. Defaults to 2/3 coding rate. |
narrowGrid | Whether to use narrow (3.9 kHz) or wide (25.39 kHz) grid spacing. Defaults to true (narrow/non-FCC) grid. |
power | Output power in dBm. Defaults to 10 dBm. |
-
tcxoVoltage | TCXO reference voltage to be set. Defaults to 1.6 V. If you are seeing -706/-707 error codes, it likely means you are using non-0 value for module with XTAL. To use XTAL, either set this value to 0, or set SX126x::XTAL to true. |
+
tcxoVoltage | TCXO reference voltage to be set. Defaults to 0 V (XTAL). If you are seeing -706/-707 error codes, it likely means you are using non-0 value for module with XTAL. To use XTAL, either set this value to 0, or set SX126x::XTAL to true. |
useRegulatorLDO | Whether to use only LDO regulator (true) or DC-DC regulator (false). Defaults to false. |
diff --git a/class_l_l_c_c68.js b/class_l_l_c_c68.js
index e53e286b..202e51d5 100644
--- a/class_l_l_c_c68.js
+++ b/class_l_l_c_c68.js
@@ -1,9 +1,9 @@
var class_l_l_c_c68 =
[
[ "LLCC68", "class_l_l_c_c68.html#abf66e5649ac09e5997e29cf637803261", null ],
- [ "begin", "class_l_l_c_c68.html#aa835ee301567f7dac079b42a2055c38c", null ],
- [ "beginFSK", "class_l_l_c_c68.html#ab81931957180533a2d61a90bf7094b73", null ],
- [ "beginLRFHSS", "class_l_l_c_c68.html#ae9a0480a268b338b16c4d9abdac5dbee", null ],
+ [ "begin", "class_l_l_c_c68.html#a76f46d146fc055b055346f87ff0b83d0", null ],
+ [ "beginFSK", "class_l_l_c_c68.html#af89c37cdcc5cd4e44f1621391e1aaf91", null ],
+ [ "beginLRFHSS", "class_l_l_c_c68.html#a41b0de782f3407473050874a8ef7604a", null ],
[ "checkDataRate", "class_l_l_c_c68.html#a708183645ec0b9fec54d6369e7b1345f", null ],
[ "setBandwidth", "class_l_l_c_c68.html#ae1badfd85c9f1c79bd6868c0528a5f17", null ],
[ "setDataRate", "class_l_l_c_c68.html#ac630770441cadc547892173bde7504f9", null ],
diff --git a/class_s_x1262.html b/class_s_x1262.html
index a5136a6d..533ef5a1 100644
--- a/class_s_x1262.html
+++ b/class_s_x1262.html
@@ -638,7 +638,7 @@ bool
standbyXOSC | <
- Returns
- Status Codes
-
Reimplemented in STM32WLx, and LLCC68.
+
Reimplemented in LLCC68, and STM32WLx.
@@ -728,7 +728,7 @@ bool standbyXOSC | <
- Returns
- Status Codes
-Reimplemented in LLCC68, and STM32WLx.
+Reimplemented in LLCC68, and STM32WLx.
@@ -811,7 +811,7 @@ bool standbyXOSC | <
- Returns
- Status Codes
-Reimplemented in LLCC68.
+Reimplemented in LLCC68.
diff --git a/functions_b.html b/functions_b.html
index 3b681974..94f11291 100644
--- a/functions_b.html
+++ b/functions_b.html
@@ -97,15 +97,15 @@ $(document).ready(function(){initNavTree('functions_b.html',''); initResizable()
bandType : LoRaWANBand_t
bandwidth : LoRaRate_t
baudRate : BellModem_t
-begin() : AFSKClient, APRSClient, AX25Client, BellClient, CC1101, FSK4Client, HellClient, LLCC68, LR1110, LR1120, LR11x0, MorseClient, nRF24, PagerClient, RadioLibBCH, RadioLibConvCode, RF69, RTTYClient, Si4430, Si4431, Si4432, Si443x, SSTVClient, STM32WLx, SX1231, SX1233, SX1262, SX1268, SX126x, SX1272, SX1273, SX1276, SX1277, SX1278, SX1279, SX127x, SX128x
+begin() : AFSKClient, APRSClient, AX25Client, BellClient, CC1101, FSK4Client, HellClient, LLCC68, LR1110, LR1120, LR11x0, MorseClient, nRF24, PagerClient, RadioLibBCH, RadioLibConvCode, RF69, RTTYClient, Si4430, Si4431, Si4432, Si443x, SSTVClient, STM32WLx, SX1231, SX1233, SX1262, SX1268, SX126x, SX1272, SX1273, SX1276, SX1277, SX1278, SX1279, SX127x, SX128x
beginABP() : LoRaWANNode
beginBLE() : SX128x
beginFLRC() : SX128x
-beginFSK() : LLCC68, STM32WLx, SX1262, SX1268, SX126x, SX1272, SX1276, SX1277, SX1278, SX1279, SX127x
+beginFSK() : LLCC68, STM32WLx, SX1262, SX1268, SX126x, SX1272, SX1276, SX1277, SX1278, SX1279, SX127x
beginFSK4() : CC1101
beginGFSK() : LR1110, LR1120, LR11x0, SX128x
beginGNSS() : LR11x0
-beginLRFHSS() : LLCC68, LR1110, LR1120, LR11x0, SX1262, SX1268, SX126x
+beginLRFHSS() : LLCC68, LR1110, LR1120, LR11x0, SX1262, SX1268, SX126x
beginOTAA() : LoRaWANNode
beidou : LR11x0GnssAlmanacStatus_t
beidouSvNoAlmanacFlags : LR11x0GnssAlmanacStatus_t
diff --git a/functions_func_b.html b/functions_func_b.html
index 52fe3a19..a09383bd 100644
--- a/functions_func_b.html
+++ b/functions_func_b.html
@@ -93,15 +93,15 @@ $(document).ready(function(){initNavTree('functions_func_b.html',''); initResiza
Here is a list of all documented functions with links to the class documentation for each member:
- b -
-- begin() : AFSKClient, APRSClient, AX25Client, BellClient, CC1101, FSK4Client, HellClient, LLCC68, LR1110, LR1120, LR11x0, MorseClient, nRF24, PagerClient, RadioLibBCH, RadioLibConvCode, RF69, RTTYClient, Si4430, Si4431, Si4432, Si443x, SSTVClient, STM32WLx, SX1231, SX1233, SX1262, SX1268, SX126x, SX1272, SX1273, SX1276, SX1277, SX1278, SX1279, SX127x, SX128x
+- begin() : AFSKClient, APRSClient, AX25Client, BellClient, CC1101, FSK4Client, HellClient, LLCC68, LR1110, LR1120, LR11x0, MorseClient, nRF24, PagerClient, RadioLibBCH, RadioLibConvCode, RF69, RTTYClient, Si4430, Si4431, Si4432, Si443x, SSTVClient, STM32WLx, SX1231, SX1233, SX1262, SX1268, SX126x, SX1272, SX1273, SX1276, SX1277, SX1278, SX1279, SX127x, SX128x
- beginABP() : LoRaWANNode
- beginBLE() : SX128x
- beginFLRC() : SX128x
-- beginFSK() : LLCC68, STM32WLx, SX1262, SX1268, SX126x, SX1272, SX1276, SX1277, SX1278, SX1279, SX127x
+- beginFSK() : LLCC68, STM32WLx, SX1262, SX1268, SX126x, SX1272, SX1276, SX1277, SX1278, SX1279, SX127x
- beginFSK4() : CC1101
- beginGFSK() : LR1110, LR1120, LR11x0, SX128x
- beginGNSS() : LR11x0
-- beginLRFHSS() : LLCC68, LR1110, LR1120, LR11x0, SX1262, SX1268, SX126x
+- beginLRFHSS() : LLCC68, LR1110, LR1120, LR11x0, SX1262, SX1268, SX126x
- beginOTAA() : LoRaWANNode
- BellClient() : BellClient
- byteArr() : ITA2String
diff --git a/navtreeindex0.js b/navtreeindex0.js
index a6152419..e01ba1c0 100644
--- a/navtreeindex0.js
+++ b/navtreeindex0.js
@@ -224,15 +224,15 @@ var NAVTREEINDEX0 =
"class_i_t_a2_string.html#addb6c39167aa5da53fb72e9a94c9c8f5":[3,0,14,0],
"class_i_t_a2_string.html#afde24c931997581878953660192e09a2":[3,0,14,3],
"class_l_l_c_c68.html":[3,0,15],
+"class_l_l_c_c68.html#a41b0de782f3407473050874a8ef7604a":[3,0,15,3],
"class_l_l_c_c68.html#a708183645ec0b9fec54d6369e7b1345f":[3,0,15,4],
-"class_l_l_c_c68.html#aa835ee301567f7dac079b42a2055c38c":[3,0,15,1],
-"class_l_l_c_c68.html#ab81931957180533a2d61a90bf7094b73":[3,0,15,2],
+"class_l_l_c_c68.html#a76f46d146fc055b055346f87ff0b83d0":[3,0,15,1],
"class_l_l_c_c68.html#abf66e5649ac09e5997e29cf637803261":[3,0,15,0],
"class_l_l_c_c68.html#ac630770441cadc547892173bde7504f9":[3,0,15,6],
"class_l_l_c_c68.html#ae1badfd85c9f1c79bd6868c0528a5f17":[3,0,15,5],
-"class_l_l_c_c68.html#ae9a0480a268b338b16c4d9abdac5dbee":[3,0,15,3],
"class_l_l_c_c68.html#aec65cb4a7a577c46573c9b0757dc52f4":[3,0,15,8],
"class_l_l_c_c68.html#aee4457d48c708f05154e931eed05c691":[3,0,15,7],
+"class_l_l_c_c68.html#af89c37cdcc5cd4e44f1621391e1aaf91":[3,0,15,2],
"class_l_r1110.html":[3,0,25],
"class_l_r1110.html#a18f525740237b023056a8ca6f3671c6a":[3,0,25,8],
"class_l_r1110.html#a4e492901900ad1d85c818ec473b3d123":[3,0,25,0],
diff --git a/search/all_1.js b/search/all_1.js
index 8ef03d60..9bd2f263 100644
--- a/search/all_1.js
+++ b/search/all_1.js
@@ -4,15 +4,15 @@ var searchData=
['bandtype_1',['bandType',['../struct_lo_ra_w_a_n_band__t.html#ad7ab17cc0b530fb99c3be39fd6411802',1,'LoRaWANBand_t']]],
['bandwidth_2',['bandwidth',['../struct_lo_ra_rate__t.html#a97626ff6c8f659ecad84734cca7a87b1',1,'LoRaRate_t']]],
['baudrate_3',['baudRate',['../struct_bell_modem__t.html#a8e16be8997a90db9a4b2482ec7e93171',1,'BellModem_t']]],
- ['begin_4',['begin',['../class_s_x1233.html#aec5f4cb505e9c1f200405e6535d2fc47',1,'SX1233::begin()'],['../class_bell_client.html#add9edc89cd6ff5c527ddbdabe79cb60f',1,'BellClient::begin()'],['../class_pager_client.html#a1a1dc569f9b60b0ddd6ead7af5a8244f',1,'PagerClient::begin()'],['../class_radio_lib_b_c_h.html#aba6f10d4ac2d40eb2222d1081a34c88b',1,'RadioLibBCH::begin()'],['../class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71',1,'SX1268::begin()'],['../class_l_r11x0.html#aa2b69f68ff6171b11a1141c8615240fd',1,'LR11x0::begin()'],['../class_s_x126x.html#a936a40038e05740a528f2b53f8e17010',1,'SX126x::begin()'],['../class_a_p_r_s_client.html#a5391412e6081f1fb6fc4e6dabcb0c450',1,'APRSClient::begin()'],['../class_si443x.html#a453eda5436dc4dfe0dad676dc3977752',1,'Si443x::begin()'],['../class_hell_client.html#a225775fe87f9ed3c3a04142697641242',1,'HellClient::begin()'],['../class_l_r1110.html#a7656fe337a859388247708aa143d50af',1,'LR1110::begin()'],['../class_s_s_t_v_client.html#a3769dcdebf8b1fa01eb2d8bd2bb3815a',1,'SSTVClient::begin()'],['../class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc',1,'SX1262::begin()'],['../class_radio_lib_conv_code.html#af350f0a8b4d01e54e9d7eac9056c56c3',1,'RadioLibConvCode::begin()'],['../class_s_x1273.html#a61844a7f08f7aadac00cf6617f991191',1,'SX1273::begin()'],['../class_s_x1272.html#ae7562fe74e7d97bf9cc52b5d63f608f9',1,'SX1272::begin()'],['../classn_r_f24.html#a0ef68849f812367432f5a3798f94b8ce',1,'nRF24::begin()'],['../class_s_x1276.html#a729cfac96ccd76fa96cfae93d17a2d92',1,'SX1276::begin()'],['../class_r_f69.html#a637ea5386066f5608bcbb4266e5c1bd6',1,'RF69::begin()'],['../class_s_x1277.html#af2327920562514632256895602c1f68b',1,'SX1277::begin()'],['../class_s_x1278.html#a867a336ae900f4a221d42b4c807122cf',1,'SX1278::begin()'],['../class_si4430.html#a9e45de584e2624c1132eb0d327d12433',1,'Si4430::begin()'],['../class_s_x1279.html#ace52854eb22ac331e887eb320d2cd873',1,'SX1279::begin()'],['../class_a_f_s_k_client.html#a30b86bb7cd087b3bc3c45a011ba266c3',1,'AFSKClient::begin()'],['../class_si4432.html#a5efc3a08f91a411da011201dc128fb34',1,'Si4432::begin()'],['../class_a_x25_client.html#aadeefb210a0b5170d4e8d281c2257e73',1,'AX25Client::begin()'],['../class_l_l_c_c68.html#aa835ee301567f7dac079b42a2055c38c',1,'LLCC68::begin()'],['../class_f_s_k4_client.html#a2b366b8f3c08f81431d8cc5f907652e9',1,'FSK4Client::begin()'],['../class_s_x1231.html#a8aa81f8cbe61c4941ac7e3c97a6f5244',1,'SX1231::begin()'],['../class_morse_client.html#a516f19bb51b87ead7f7ed149f2ca92cf',1,'MorseClient::begin()'],['../class_r_t_t_y_client.html#ae0b25083baf01469786b6242389298fa',1,'RTTYClient::begin()'],['../class_s_t_m32_w_lx.html#a8a326d469313286aa165730cf41d4994',1,'STM32WLx::begin()'],['../class_s_s_t_v_client.html#afd4257e858a88e5847854a46f166a9b0',1,'SSTVClient::begin()'],['../class_l_r1120.html#a0393071d4403d06c665f28c49e755382',1,'LR1120::begin()'],['../class_s_x127x.html#a7ddbde7fd8eb06d38abfb658eee29bc1',1,'SX127x::begin()'],['../class_c_c1101.html#ad86f23bb3d113d20f6238a671f18b565',1,'CC1101::begin()'],['../class_si4431.html#a42dad1ef76ecab9353d5a03c984d5d1e',1,'Si4431::begin()'],['../class_s_x128x.html#a275a9a86934124eab4982ad52bf91aea',1,'SX128x::begin()']]],
+ ['begin_4',['begin',['../class_s_x1233.html#aec5f4cb505e9c1f200405e6535d2fc47',1,'SX1233::begin()'],['../class_bell_client.html#add9edc89cd6ff5c527ddbdabe79cb60f',1,'BellClient::begin()'],['../class_pager_client.html#a1a1dc569f9b60b0ddd6ead7af5a8244f',1,'PagerClient::begin()'],['../class_radio_lib_b_c_h.html#aba6f10d4ac2d40eb2222d1081a34c88b',1,'RadioLibBCH::begin()'],['../class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71',1,'SX1268::begin()'],['../class_l_r11x0.html#aa2b69f68ff6171b11a1141c8615240fd',1,'LR11x0::begin()'],['../class_s_x126x.html#a936a40038e05740a528f2b53f8e17010',1,'SX126x::begin()'],['../class_a_p_r_s_client.html#a5391412e6081f1fb6fc4e6dabcb0c450',1,'APRSClient::begin()'],['../class_si443x.html#a453eda5436dc4dfe0dad676dc3977752',1,'Si443x::begin()'],['../class_hell_client.html#a225775fe87f9ed3c3a04142697641242',1,'HellClient::begin()'],['../class_l_r1110.html#a7656fe337a859388247708aa143d50af',1,'LR1110::begin()'],['../class_s_s_t_v_client.html#a3769dcdebf8b1fa01eb2d8bd2bb3815a',1,'SSTVClient::begin()'],['../class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc',1,'SX1262::begin()'],['../class_radio_lib_conv_code.html#af350f0a8b4d01e54e9d7eac9056c56c3',1,'RadioLibConvCode::begin()'],['../class_s_x1273.html#a61844a7f08f7aadac00cf6617f991191',1,'SX1273::begin()'],['../class_s_x1272.html#ae7562fe74e7d97bf9cc52b5d63f608f9',1,'SX1272::begin()'],['../classn_r_f24.html#a0ef68849f812367432f5a3798f94b8ce',1,'nRF24::begin()'],['../class_s_x1276.html#a729cfac96ccd76fa96cfae93d17a2d92',1,'SX1276::begin()'],['../class_r_f69.html#a637ea5386066f5608bcbb4266e5c1bd6',1,'RF69::begin()'],['../class_s_x1277.html#af2327920562514632256895602c1f68b',1,'SX1277::begin()'],['../class_s_x1278.html#a867a336ae900f4a221d42b4c807122cf',1,'SX1278::begin()'],['../class_si4430.html#a9e45de584e2624c1132eb0d327d12433',1,'Si4430::begin()'],['../class_s_x1279.html#ace52854eb22ac331e887eb320d2cd873',1,'SX1279::begin()'],['../class_a_f_s_k_client.html#a30b86bb7cd087b3bc3c45a011ba266c3',1,'AFSKClient::begin()'],['../class_si4432.html#a5efc3a08f91a411da011201dc128fb34',1,'Si4432::begin()'],['../class_a_x25_client.html#aadeefb210a0b5170d4e8d281c2257e73',1,'AX25Client::begin()'],['../class_l_l_c_c68.html#a76f46d146fc055b055346f87ff0b83d0',1,'LLCC68::begin()'],['../class_f_s_k4_client.html#a2b366b8f3c08f81431d8cc5f907652e9',1,'FSK4Client::begin()'],['../class_s_x1231.html#a8aa81f8cbe61c4941ac7e3c97a6f5244',1,'SX1231::begin()'],['../class_morse_client.html#a516f19bb51b87ead7f7ed149f2ca92cf',1,'MorseClient::begin()'],['../class_r_t_t_y_client.html#ae0b25083baf01469786b6242389298fa',1,'RTTYClient::begin()'],['../class_s_t_m32_w_lx.html#a8a326d469313286aa165730cf41d4994',1,'STM32WLx::begin()'],['../class_s_s_t_v_client.html#afd4257e858a88e5847854a46f166a9b0',1,'SSTVClient::begin()'],['../class_l_r1120.html#a0393071d4403d06c665f28c49e755382',1,'LR1120::begin()'],['../class_s_x127x.html#a7ddbde7fd8eb06d38abfb658eee29bc1',1,'SX127x::begin()'],['../class_c_c1101.html#ad86f23bb3d113d20f6238a671f18b565',1,'CC1101::begin()'],['../class_si4431.html#a42dad1ef76ecab9353d5a03c984d5d1e',1,'Si4431::begin()'],['../class_s_x128x.html#a275a9a86934124eab4982ad52bf91aea',1,'SX128x::begin()']]],
['beginabp_5',['beginABP',['../class_lo_ra_w_a_n_node.html#a43b259fd8804ef8d9d4922962e9ecae5',1,'LoRaWANNode']]],
['beginble_6',['beginBLE',['../class_s_x128x.html#ace5ede905bf85aada0c61b9cfaaea127',1,'SX128x']]],
['beginflrc_7',['beginFLRC',['../class_s_x128x.html#a2c4a24623c5fd27b3cc937e55783d709',1,'SX128x']]],
- ['beginfsk_8',['beginfsk',['../class_s_x1272.html#a83b80377ec3b7a4a4dd663409f2f6260',1,'SX1272::beginFSK()'],['../class_s_x126x.html#a2e500e5b6044ccab8f6b19af4ffa917c',1,'SX126x::beginFSK()'],['../class_s_x1279.html#a2a0634c2a60c21045388377a2c8c2617',1,'SX1279::beginFSK()'],['../class_s_x1276.html#aad2a12f233378d75d28ab9a2307331a8',1,'SX1276::beginFSK()'],['../class_s_x1277.html#ab04763764dceef0543197aa0316d0030',1,'SX1277::beginFSK()'],['../class_s_x1278.html#a86464af008b71d12948690b780280e7d',1,'SX1278::beginFSK()'],['../class_s_x1268.html#af6b041392136b599eec57085e2067a6f',1,'SX1268::beginFSK()'],['../class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1',1,'SX1262::beginFSK()'],['../class_s_t_m32_w_lx.html#ae7f54bfff828901c4effbcc38ca8edc8',1,'STM32WLx::beginFSK()'],['../class_l_l_c_c68.html#ab81931957180533a2d61a90bf7094b73',1,'LLCC68::beginFSK()'],['../class_s_x127x.html#a66fe001474583d490df1d0b38260bf8e',1,'SX127x::beginFSK()']]],
+ ['beginfsk_8',['beginfsk',['../class_s_x1272.html#a83b80377ec3b7a4a4dd663409f2f6260',1,'SX1272::beginFSK()'],['../class_s_x126x.html#a2e500e5b6044ccab8f6b19af4ffa917c',1,'SX126x::beginFSK()'],['../class_s_x1279.html#a2a0634c2a60c21045388377a2c8c2617',1,'SX1279::beginFSK()'],['../class_s_x1276.html#aad2a12f233378d75d28ab9a2307331a8',1,'SX1276::beginFSK()'],['../class_s_x1277.html#ab04763764dceef0543197aa0316d0030',1,'SX1277::beginFSK()'],['../class_s_x1278.html#a86464af008b71d12948690b780280e7d',1,'SX1278::beginFSK()'],['../class_s_x1268.html#af6b041392136b599eec57085e2067a6f',1,'SX1268::beginFSK()'],['../class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1',1,'SX1262::beginFSK()'],['../class_s_t_m32_w_lx.html#ae7f54bfff828901c4effbcc38ca8edc8',1,'STM32WLx::beginFSK()'],['../class_l_l_c_c68.html#af89c37cdcc5cd4e44f1621391e1aaf91',1,'LLCC68::beginFSK()'],['../class_s_x127x.html#a66fe001474583d490df1d0b38260bf8e',1,'SX127x::beginFSK()']]],
['beginfsk4_9',['beginFSK4',['../class_c_c1101.html#afff1ff2e763a3ad598bdae535595db63',1,'CC1101']]],
['begingfsk_10',['begingfsk',['../class_l_r1120.html#a4c6b867146f00de5c45aeb4164d51cc5',1,'LR1120::beginGFSK()'],['../class_l_r11x0.html#abcc4c776d1a09bb002226ac95574766d',1,'LR11x0::beginGFSK()'],['../class_l_r1110.html#afcabcd9b422581cd8a63a63373a98155',1,'LR1110::beginGFSK()'],['../class_s_x128x.html#a6ed60dfbd142315bb4e1abd2555a470a',1,'SX128x::beginGFSK()']]],
['begingnss_11',['beginGNSS',['../class_l_r11x0.html#ad7f31060cbab41ad53ee6fa7126cd17b',1,'LR11x0']]],
- ['beginlrfhss_12',['beginlrfhss',['../class_s_x1268.html#a4f990f9e58d35cefa560c4fc767198fd',1,'SX1268::beginLRFHSS()'],['../class_l_r1120.html#ad49ce378101cf0c3894297808ae27f3a',1,'LR1120::beginLRFHSS()'],['../class_l_r11x0.html#a244ee48075d44c7064b454eb9c4afdb8',1,'LR11x0::beginLRFHSS()'],['../class_s_x1262.html#aeeea8315c04afccc8cae8ec0dba2e426',1,'SX1262::beginLRFHSS()'],['../class_l_r1110.html#acc15335d41446254c3b9a87572080388',1,'LR1110::beginLRFHSS()'],['../class_l_l_c_c68.html#ae9a0480a268b338b16c4d9abdac5dbee',1,'LLCC68::beginLRFHSS()'],['../class_s_x126x.html#af404471ef9d379c58b5b08757593fe6d',1,'SX126x::beginLRFHSS()']]],
+ ['beginlrfhss_12',['beginlrfhss',['../class_s_x1268.html#a4f990f9e58d35cefa560c4fc767198fd',1,'SX1268::beginLRFHSS()'],['../class_l_r1120.html#ad49ce378101cf0c3894297808ae27f3a',1,'LR1120::beginLRFHSS()'],['../class_l_r11x0.html#a244ee48075d44c7064b454eb9c4afdb8',1,'LR11x0::beginLRFHSS()'],['../class_s_x1262.html#aeeea8315c04afccc8cae8ec0dba2e426',1,'SX1262::beginLRFHSS()'],['../class_l_r1110.html#acc15335d41446254c3b9a87572080388',1,'LR1110::beginLRFHSS()'],['../class_l_l_c_c68.html#a41b0de782f3407473050874a8ef7604a',1,'LLCC68::beginLRFHSS()'],['../class_s_x126x.html#af404471ef9d379c58b5b08757593fe6d',1,'SX126x::beginLRFHSS()']]],
['beginotaa_13',['beginOTAA',['../class_lo_ra_w_a_n_node.html#ab2df20a240812f184786dda5ace171ef',1,'LoRaWANNode']]],
['beidou_14',['beidou',['../struct_l_r11x0_gnss_almanac_status__t.html#a6ecc7d7bbc090f380ca6d2d8774f7ca0',1,'LR11x0GnssAlmanacStatus_t']]],
['beidousvnoalmanacflags_15',['beidouSvNoAlmanacFlags',['../struct_l_r11x0_gnss_almanac_status__t.html#ab040b1d9ccf9c6497b008d11a93ebfdf',1,'LR11x0GnssAlmanacStatus_t']]],
diff --git a/search/functions_1.js b/search/functions_1.js
index 4ac4beb4..8b2f093c 100644
--- a/search/functions_1.js
+++ b/search/functions_1.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['begin_0',['begin',['../class_f_s_k4_client.html#a2b366b8f3c08f81431d8cc5f907652e9',1,'FSK4Client::begin()'],['../class_s_x1277.html#af2327920562514632256895602c1f68b',1,'SX1277::begin()'],['../class_s_x1278.html#a867a336ae900f4a221d42b4c807122cf',1,'SX1278::begin()'],['../class_s_x1279.html#ace52854eb22ac331e887eb320d2cd873',1,'SX1279::begin()'],['../class_s_x127x.html#a7ddbde7fd8eb06d38abfb658eee29bc1',1,'SX127x::begin()'],['../class_s_x128x.html#a275a9a86934124eab4982ad52bf91aea',1,'SX128x::begin()'],['../class_a_f_s_k_client.html#a30b86bb7cd087b3bc3c45a011ba266c3',1,'AFSKClient::begin()'],['../class_a_p_r_s_client.html#a5391412e6081f1fb6fc4e6dabcb0c450',1,'APRSClient::begin()'],['../class_a_x25_client.html#aadeefb210a0b5170d4e8d281c2257e73',1,'AX25Client::begin()'],['../class_bell_client.html#add9edc89cd6ff5c527ddbdabe79cb60f',1,'BellClient::begin()'],['../class_l_l_c_c68.html#aa835ee301567f7dac079b42a2055c38c',1,'LLCC68::begin()'],['../class_hell_client.html#a225775fe87f9ed3c3a04142697641242',1,'HellClient::begin()'],['../class_morse_client.html#a516f19bb51b87ead7f7ed149f2ca92cf',1,'MorseClient::begin()'],['../class_pager_client.html#a1a1dc569f9b60b0ddd6ead7af5a8244f',1,'PagerClient::begin()'],['../class_r_t_t_y_client.html#ae0b25083baf01469786b6242389298fa',1,'RTTYClient::begin()'],['../class_s_s_t_v_client.html#a3769dcdebf8b1fa01eb2d8bd2bb3815a',1,'SSTVClient::begin(float base, const SSTVMode_t &mode)'],['../class_s_s_t_v_client.html#afd4257e858a88e5847854a46f166a9b0',1,'SSTVClient::begin(const SSTVMode_t &mode)'],['../class_radio_lib_b_c_h.html#aba6f10d4ac2d40eb2222d1081a34c88b',1,'RadioLibBCH::begin()'],['../class_radio_lib_conv_code.html#af350f0a8b4d01e54e9d7eac9056c56c3',1,'RadioLibConvCode::begin()'],['../class_s_x1273.html#a61844a7f08f7aadac00cf6617f991191',1,'SX1273::begin()'],['../class_s_x1276.html#a729cfac96ccd76fa96cfae93d17a2d92',1,'SX1276::begin()'],['../class_c_c1101.html#ad86f23bb3d113d20f6238a671f18b565',1,'CC1101::begin()'],['../class_l_r1110.html#a7656fe337a859388247708aa143d50af',1,'LR1110::begin()'],['../class_l_r1120.html#a0393071d4403d06c665f28c49e755382',1,'LR1120::begin()'],['../class_l_r11x0.html#aa2b69f68ff6171b11a1141c8615240fd',1,'LR11x0::begin()'],['../classn_r_f24.html#a0ef68849f812367432f5a3798f94b8ce',1,'nRF24::begin()'],['../class_r_f69.html#a637ea5386066f5608bcbb4266e5c1bd6',1,'RF69::begin()'],['../class_si4430.html#a9e45de584e2624c1132eb0d327d12433',1,'Si4430::begin()'],['../class_si4431.html#a42dad1ef76ecab9353d5a03c984d5d1e',1,'Si4431::begin()'],['../class_si443x.html#a453eda5436dc4dfe0dad676dc3977752',1,'Si443x::begin()'],['../class_s_x1231.html#a8aa81f8cbe61c4941ac7e3c97a6f5244',1,'SX1231::begin()'],['../class_s_x1233.html#aec5f4cb505e9c1f200405e6535d2fc47',1,'SX1233::begin()'],['../class_s_t_m32_w_lx.html#a8a326d469313286aa165730cf41d4994',1,'STM32WLx::begin()'],['../class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc',1,'SX1262::begin()'],['../class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71',1,'SX1268::begin()'],['../class_s_x126x.html#a936a40038e05740a528f2b53f8e17010',1,'SX126x::begin()'],['../class_s_x1272.html#ae7562fe74e7d97bf9cc52b5d63f608f9',1,'SX1272::begin()'],['../class_si4432.html#a5efc3a08f91a411da011201dc128fb34',1,'Si4432::begin()']]],
+ ['begin_0',['begin',['../class_f_s_k4_client.html#a2b366b8f3c08f81431d8cc5f907652e9',1,'FSK4Client::begin()'],['../class_s_x1277.html#af2327920562514632256895602c1f68b',1,'SX1277::begin()'],['../class_s_x1278.html#a867a336ae900f4a221d42b4c807122cf',1,'SX1278::begin()'],['../class_s_x1279.html#ace52854eb22ac331e887eb320d2cd873',1,'SX1279::begin()'],['../class_s_x127x.html#a7ddbde7fd8eb06d38abfb658eee29bc1',1,'SX127x::begin()'],['../class_s_x128x.html#a275a9a86934124eab4982ad52bf91aea',1,'SX128x::begin()'],['../class_a_f_s_k_client.html#a30b86bb7cd087b3bc3c45a011ba266c3',1,'AFSKClient::begin()'],['../class_a_p_r_s_client.html#a5391412e6081f1fb6fc4e6dabcb0c450',1,'APRSClient::begin()'],['../class_a_x25_client.html#aadeefb210a0b5170d4e8d281c2257e73',1,'AX25Client::begin()'],['../class_bell_client.html#add9edc89cd6ff5c527ddbdabe79cb60f',1,'BellClient::begin()'],['../class_l_l_c_c68.html#a76f46d146fc055b055346f87ff0b83d0',1,'LLCC68::begin()'],['../class_hell_client.html#a225775fe87f9ed3c3a04142697641242',1,'HellClient::begin()'],['../class_morse_client.html#a516f19bb51b87ead7f7ed149f2ca92cf',1,'MorseClient::begin()'],['../class_pager_client.html#a1a1dc569f9b60b0ddd6ead7af5a8244f',1,'PagerClient::begin()'],['../class_r_t_t_y_client.html#ae0b25083baf01469786b6242389298fa',1,'RTTYClient::begin()'],['../class_s_s_t_v_client.html#a3769dcdebf8b1fa01eb2d8bd2bb3815a',1,'SSTVClient::begin(float base, const SSTVMode_t &mode)'],['../class_s_s_t_v_client.html#afd4257e858a88e5847854a46f166a9b0',1,'SSTVClient::begin(const SSTVMode_t &mode)'],['../class_radio_lib_b_c_h.html#aba6f10d4ac2d40eb2222d1081a34c88b',1,'RadioLibBCH::begin()'],['../class_radio_lib_conv_code.html#af350f0a8b4d01e54e9d7eac9056c56c3',1,'RadioLibConvCode::begin()'],['../class_s_x1273.html#a61844a7f08f7aadac00cf6617f991191',1,'SX1273::begin()'],['../class_s_x1276.html#a729cfac96ccd76fa96cfae93d17a2d92',1,'SX1276::begin()'],['../class_c_c1101.html#ad86f23bb3d113d20f6238a671f18b565',1,'CC1101::begin()'],['../class_l_r1110.html#a7656fe337a859388247708aa143d50af',1,'LR1110::begin()'],['../class_l_r1120.html#a0393071d4403d06c665f28c49e755382',1,'LR1120::begin()'],['../class_l_r11x0.html#aa2b69f68ff6171b11a1141c8615240fd',1,'LR11x0::begin()'],['../classn_r_f24.html#a0ef68849f812367432f5a3798f94b8ce',1,'nRF24::begin()'],['../class_r_f69.html#a637ea5386066f5608bcbb4266e5c1bd6',1,'RF69::begin()'],['../class_si4430.html#a9e45de584e2624c1132eb0d327d12433',1,'Si4430::begin()'],['../class_si4431.html#a42dad1ef76ecab9353d5a03c984d5d1e',1,'Si4431::begin()'],['../class_si443x.html#a453eda5436dc4dfe0dad676dc3977752',1,'Si443x::begin()'],['../class_s_x1231.html#a8aa81f8cbe61c4941ac7e3c97a6f5244',1,'SX1231::begin()'],['../class_s_x1233.html#aec5f4cb505e9c1f200405e6535d2fc47',1,'SX1233::begin()'],['../class_s_t_m32_w_lx.html#a8a326d469313286aa165730cf41d4994',1,'STM32WLx::begin()'],['../class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc',1,'SX1262::begin()'],['../class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71',1,'SX1268::begin()'],['../class_s_x126x.html#a936a40038e05740a528f2b53f8e17010',1,'SX126x::begin()'],['../class_s_x1272.html#ae7562fe74e7d97bf9cc52b5d63f608f9',1,'SX1272::begin()'],['../class_si4432.html#a5efc3a08f91a411da011201dc128fb34',1,'Si4432::begin()']]],
['beginabp_1',['beginABP',['../class_lo_ra_w_a_n_node.html#a43b259fd8804ef8d9d4922962e9ecae5',1,'LoRaWANNode']]],
['beginble_2',['beginBLE',['../class_s_x128x.html#ace5ede905bf85aada0c61b9cfaaea127',1,'SX128x']]],
['beginflrc_3',['beginFLRC',['../class_s_x128x.html#a2c4a24623c5fd27b3cc937e55783d709',1,'SX128x']]],
- ['beginfsk_4',['beginfsk',['../class_s_x127x.html#a66fe001474583d490df1d0b38260bf8e',1,'SX127x::beginFSK()'],['../class_s_x1279.html#a2a0634c2a60c21045388377a2c8c2617',1,'SX1279::beginFSK()'],['../class_s_x1278.html#a86464af008b71d12948690b780280e7d',1,'SX1278::beginFSK()'],['../class_s_x1268.html#af6b041392136b599eec57085e2067a6f',1,'SX1268::beginFSK()'],['../class_s_x1277.html#ab04763764dceef0543197aa0316d0030',1,'SX1277::beginFSK()'],['../class_s_x1276.html#aad2a12f233378d75d28ab9a2307331a8',1,'SX1276::beginFSK()'],['../class_s_x126x.html#a2e500e5b6044ccab8f6b19af4ffa917c',1,'SX126x::beginFSK()'],['../class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1',1,'SX1262::beginFSK()'],['../class_s_t_m32_w_lx.html#ae7f54bfff828901c4effbcc38ca8edc8',1,'STM32WLx::beginFSK()'],['../class_l_l_c_c68.html#ab81931957180533a2d61a90bf7094b73',1,'LLCC68::beginFSK()'],['../class_s_x1272.html#a83b80377ec3b7a4a4dd663409f2f6260',1,'SX1272::beginFSK()']]],
+ ['beginfsk_4',['beginfsk',['../class_s_x127x.html#a66fe001474583d490df1d0b38260bf8e',1,'SX127x::beginFSK()'],['../class_s_x1279.html#a2a0634c2a60c21045388377a2c8c2617',1,'SX1279::beginFSK()'],['../class_s_x1278.html#a86464af008b71d12948690b780280e7d',1,'SX1278::beginFSK()'],['../class_s_x1268.html#af6b041392136b599eec57085e2067a6f',1,'SX1268::beginFSK()'],['../class_s_x1277.html#ab04763764dceef0543197aa0316d0030',1,'SX1277::beginFSK()'],['../class_s_x1276.html#aad2a12f233378d75d28ab9a2307331a8',1,'SX1276::beginFSK()'],['../class_s_x126x.html#a2e500e5b6044ccab8f6b19af4ffa917c',1,'SX126x::beginFSK()'],['../class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1',1,'SX1262::beginFSK()'],['../class_s_t_m32_w_lx.html#ae7f54bfff828901c4effbcc38ca8edc8',1,'STM32WLx::beginFSK()'],['../class_l_l_c_c68.html#af89c37cdcc5cd4e44f1621391e1aaf91',1,'LLCC68::beginFSK()'],['../class_s_x1272.html#a83b80377ec3b7a4a4dd663409f2f6260',1,'SX1272::beginFSK()']]],
['beginfsk4_5',['beginFSK4',['../class_c_c1101.html#afff1ff2e763a3ad598bdae535595db63',1,'CC1101']]],
['begingfsk_6',['begingfsk',['../class_l_r1110.html#afcabcd9b422581cd8a63a63373a98155',1,'LR1110::beginGFSK()'],['../class_l_r1120.html#a4c6b867146f00de5c45aeb4164d51cc5',1,'LR1120::beginGFSK()'],['../class_l_r11x0.html#abcc4c776d1a09bb002226ac95574766d',1,'LR11x0::beginGFSK()'],['../class_s_x128x.html#a6ed60dfbd142315bb4e1abd2555a470a',1,'SX128x::beginGFSK()']]],
['begingnss_7',['beginGNSS',['../class_l_r11x0.html#ad7f31060cbab41ad53ee6fa7126cd17b',1,'LR11x0']]],
- ['beginlrfhss_8',['beginlrfhss',['../class_l_l_c_c68.html#ae9a0480a268b338b16c4d9abdac5dbee',1,'LLCC68::beginLRFHSS()'],['../class_s_x126x.html#af404471ef9d379c58b5b08757593fe6d',1,'SX126x::beginLRFHSS()'],['../class_s_x1268.html#a4f990f9e58d35cefa560c4fc767198fd',1,'SX1268::beginLRFHSS()'],['../class_s_x1262.html#aeeea8315c04afccc8cae8ec0dba2e426',1,'SX1262::beginLRFHSS()'],['../class_l_r11x0.html#a244ee48075d44c7064b454eb9c4afdb8',1,'LR11x0::beginLRFHSS()'],['../class_l_r1120.html#ad49ce378101cf0c3894297808ae27f3a',1,'LR1120::beginLRFHSS()'],['../class_l_r1110.html#acc15335d41446254c3b9a87572080388',1,'LR1110::beginLRFHSS()']]],
+ ['beginlrfhss_8',['beginlrfhss',['../class_l_l_c_c68.html#a41b0de782f3407473050874a8ef7604a',1,'LLCC68::beginLRFHSS()'],['../class_s_x126x.html#af404471ef9d379c58b5b08757593fe6d',1,'SX126x::beginLRFHSS()'],['../class_s_x1268.html#a4f990f9e58d35cefa560c4fc767198fd',1,'SX1268::beginLRFHSS()'],['../class_s_x1262.html#aeeea8315c04afccc8cae8ec0dba2e426',1,'SX1262::beginLRFHSS()'],['../class_l_r11x0.html#a244ee48075d44c7064b454eb9c4afdb8',1,'LR11x0::beginLRFHSS()'],['../class_l_r1120.html#ad49ce378101cf0c3894297808ae27f3a',1,'LR1120::beginLRFHSS()'],['../class_l_r1110.html#acc15335d41446254c3b9a87572080388',1,'LR1110::beginLRFHSS()']]],
['beginotaa_9',['beginOTAA',['../class_lo_ra_w_a_n_node.html#ab2df20a240812f184786dda5ace171ef',1,'LoRaWANNode']]],
['bellclient_10',['bellclient',['../class_bell_client.html#a20fcf0322ef40c31b3bc329f7d89a177',1,'BellClient::BellClient(PhysicalLayer *phy, uint32_t pin)'],['../class_bell_client.html#ab9d0d76bb88fc8bdc995ab800063c149',1,'BellClient::BellClient(AFSKClient *aud)']]],
['bytearr_11',['byteArr',['../class_i_t_a2_string.html#a3f42f7ad98473dbe36515e676622ed3d',1,'ITA2String']]]