From 5882ccec93503753ba3337993046a5f3264ad6d4 Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 31 Jan 2025 17:26:44 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=204deec?= =?UTF-8?q?953e8d5edbbf5aca0f0c5460d19c990db45=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _l_l_c_c68_8h_source.html | 12 +++++----- class_l_l_c_c68-members.html | 6 ++--- class_l_l_c_c68.html | 46 ++++++++++++++++++------------------ class_l_l_c_c68.js | 6 ++--- class_s_x1262.html | 6 ++--- functions_b.html | 6 ++--- functions_func_b.html | 6 ++--- navtreeindex0.js | 6 ++--- search/all_1.js | 6 ++--- search/functions_1.js | 6 ++--- 10 files changed, 53 insertions(+), 53 deletions(-) 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
20 public:
25 LLCC68(Module* mod); // cppcheck-suppress noExplicitConstructor
26
-
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;
43
-
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;
59
-
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;
74
75 // configuration methods
76
@@ -146,14 +146,14 @@ $(document).ready(function(){initNavTree('_l_l_c_c68_8h_source.html',''); initRe
120
121#endif
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 - + - + - + 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 - - - - - - - - - + + + + + + + + + @@ -556,8 +556,8 @@ bool <

Member Function Documentation

- -

◆ begin()

+ +

◆ begin()

@@ -599,7 +599,7 @@ bool 
< - + @@ -627,7 +627,7 @@ bool <
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)LLCC68virtual
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) overrideLLCC68virtual
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)LLCC68virtual
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) overrideLLCC68virtual
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)LLCC68virtual
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) overrideLLCC68virtual
SX126x::beginLRFHSS(uint8_t bw, uint8_t cr, bool narrowGrid, float tcxoVoltage, bool useRegulatorLDO=false)SX126x
calculateRxTimeout(RadioLibTime_t timeoutUs) overrideSX126xvirtual
calibrateImage(float freq)SX126x
 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.
 
standbyXOSC standbyXOSC int8_t pwr = 10, power = 10,
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< rxBwReceiver bandwidth in kHz. Defaults to 156.2 kHz. powerOutput power in dBm. Defaults to 10 dBm. preambleLengthFSK preamble length in bits. Defaults to 16 bits. - tcxoVoltageTCXO 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. + tcxoVoltageTCXO 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. useRegulatorLDOWhether 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< crLR-FHSS coding rate, one of RADIOLIB_SX126X_LR_FHSS_CR_* values. Defaults to 2/3 coding rate. narrowGridWhether to use narrow (3.9 kHz) or wide (25.39 kHz) grid spacing. Defaults to true (narrow/non-FCC) grid. powerOutput power in dBm. Defaults to 10 dBm. - tcxoVoltageTCXO 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. + tcxoVoltageTCXO 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. useRegulatorLDOWhether 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 -